]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove cdn link from home for now
authorMark Otto <markdotto@gmail.com>
Wed, 19 Aug 2015 06:46:56 +0000 (23:46 -0700)
committerMark Otto <markdotto@gmail.com>
Wed, 19 Aug 2015 06:46:56 +0000 (23:46 -0700)
docs/index.html

index 2296ec5e00c957d029d4738a06b53696ac7fb4c3..6556d6d6595e72792773fac78e3480cd9f489d32 100644 (file)
@@ -31,10 +31,13 @@ title: Bootstrap &middot; The world's most popular mobile-first and responsive f
       <div class="col-sm-6">
         <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 }}">
 <script src="{{ site.cdn.js }}"></script>
 {% endhighlight %}
+{% endcomment %}
+        <p class="text-muted">Not yet available, but hopefully soon!</p>
       </div>
     </div>