mirror of
https://github.com/twbs/bootstrap.git
synced 2025-06-01 00:01:36 -04:00
uncomment that, fixes #18219
This commit is contained in:
parent
216e36aab6
commit
fd0d7e28fe
@ -31,12 +31,10 @@ title: Bootstrap · The world's most popular mobile-first and responsive f
|
|||||||
<div class="col-sm-6 m-b-lg">
|
<div class="col-sm-6 m-b-lg">
|
||||||
<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 }}" integrity="{{ site.cdn.css_hash }}" crossorigin="anonymous">
|
<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>
|
<script src="{{ site.cdn.js }}" integrity="{{ site.cdn.js_hash }}" crossorigin="anonymous"></script>
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
{% endcomment %}
|
|
||||||
<p class="text-muted">Not yet available, but hopefully soon!</p>
|
<p class="text-muted">Not yet available, but hopefully soon!</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user