aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/_includes/common/bootstrap_css.html
blob: 72c078b1b4f1ad24229447ffb57ce64d2f4516bf (plain) (tree)
1
2
3
4
5

                                                                                                                                                
          
                                                                                                                                            
           
{% if site.settings.3rdparty.minified %}
  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/{{ site.settings.3rdparty.versions.bootstrap }}/css/bootstrap.min.css">
{% else %}
  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/{{ site.settings.3rdparty.versions.bootstrap }}/css/bootstrap.css">
{% endif %}