mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-20 17:54:23 +01:00
remove cdn link from home for now
This commit is contained in:
parent
5a905ef8a5
commit
1020297f0a
@ -31,10 +31,13 @@ title: Bootstrap · The world's most popular mobile-first and responsive f
|
|||||||
<div class="col-sm-6">
|
<div class="col-sm-6">
|
||||||
<h4>Bootstrap CDN</h4>
|
<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>
|
<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 %}
|
{% highlight html %}
|
||||||
<link rel="stylesheet" href="{{ site.cdn.css }}">
|
<link rel="stylesheet" href="{{ site.cdn.css }}">
|
||||||
<script src="{{ site.cdn.js }}"></script>
|
<script src="{{ site.cdn.js }}"></script>
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
{% endcomment %}
|
||||||
|
<p class="text-muted">Not yet available, but hopefully soon!</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user