aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-11-14 21:21:19 -0800
committerMark Otto <[email protected]>2015-11-14 21:21:19 -0800
commitfd0d7e28fe6dbbc5338cdc3d31290ec2cbb347aa (patch)
tree8772011c555dac877a0ee5a54b583d1d2899d4a4
parent216e36aab6baab9414b1ae6560d82bd7909576e2 (diff)
downloadbootstrap-fd0d7e28fe6dbbc5338cdc3d31290ec2cbb347aa.tar.xz
bootstrap-fd0d7e28fe6dbbc5338cdc3d31290ec2cbb347aa.zip
uncomment that, fixes #18219
-rw-r--r--docs/index.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html
index 47c469c42..2c0d18f7a 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -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>