Commit 1020297f authored by Mark Otto's avatar Mark Otto
Browse files

remove cdn link from home for now

parent 5a905ef8
Showing with 3 additions and 0 deletions
+3 -0
......@@ -31,10 +31,13 @@ title: Bootstrap · 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>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment