]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
uncomment that, fixes #18219
authorMark Otto <markdotto@gmail.com>
Sun, 15 Nov 2015 05:21:19 +0000 (21:21 -0800)
committerMark Otto <markdotto@gmail.com>
Sun, 15 Nov 2015 05:21:19 +0000 (21:21 -0800)
docs/index.html

index 47c469c42c3780f66354f1c58f4f344feb2c5889..2c0d18f7a42a2d7f79f06085266daf4046c20835 100644 (file)
@@ -31,12 +31,10 @@ title: Bootstrap &middot; The world's most popular mobile-first and responsive f
       <div class="col-sm-6 m-b-lg">
         <h4>Bootstrap CDN</h4>
         <p>When you just need to include Bootstrap's compiled CSS and JS, use the Bootstrap CDN, free from the Max CDN folks.</p>
-{% comment %}
 {% highlight html %}
 <link rel="stylesheet" href="{{ site.cdn.css }}" integrity="{{ site.cdn.css_hash }}" crossorigin="anonymous">
 <script src="{{ site.cdn.js }}" integrity="{{ site.cdn.js_hash }}" crossorigin="anonymous"></script>
 {% endhighlight %}
-{% endcomment %}
         <p class="text-muted">Not yet available, but hopefully soon!</p>
       </div>
     </div>