2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

single include for old ads callout

This commit is contained in:
Mark Otto
2013-07-25 20:56:44 -07:00
parent 2a4a6fe0f0
commit ac4e7db17f
5 changed files with 14 additions and 16 deletions
-7
View File
@@ -24,13 +24,6 @@
<a href="/customize">Customize</a>
</li>
</ul>
{% if page.layout == "default" %}
<ul class="nav navbar-nav pull-right">
<li>
<a href="http://getbootstrap.com/2.3.2/">Looking for Bootstrap 2.3.2?</a>
</li>
</ul>
{% endif %}
</div>
</div>
</div>
+8
View File
@@ -0,0 +1,8 @@
<div class="bs-old-docs">
<div class="container">
<strong>
<a href="/2.3.2/">Looking for Bootstrap 2.3.2 docs?</a>
</strong>
We've moved it to a new home while we push forward with Bootstrap 3. <a href="http://blog.getbootstrap.com/">Read the blog post</a> for details.
</div>
</div>