aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-08-18 23:46:56 -0700
committerMark Otto <[email protected]>2015-08-18 23:46:56 -0700
commit1020297f0a6bfb35dd61faa8afd3edcb863c92c3 (patch)
tree18e9f0b7192312fb1e21831525d377bf12f02d33 /docs
parent5a905ef8a52fcf8d7deb707351bfb2713e24de52 (diff)
downloadbootstrap-1020297f0a6bfb35dd61faa8afd3edcb863c92c3.tar.xz
bootstrap-1020297f0a6bfb35dd61faa8afd3edcb863c92c3.zip
remove cdn link from home for now
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html
index 2296ec5e0..6556d6d65 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -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>