mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-13 17:14:04 +02:00
single include for old ads callout
This commit is contained in:
@@ -24,13 +24,6 @@
|
|||||||
<a href="/customize">Customize</a>
|
<a href="/customize">Customize</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
8
_includes/old-bs-docs.html
Normal file
8
_includes/old-bs-docs.html
Normal 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>
|
@@ -10,6 +10,9 @@
|
|||||||
<!-- Docs master nav -->
|
<!-- Docs master nav -->
|
||||||
{% include nav-main.html %}
|
{% include nav-main.html %}
|
||||||
|
|
||||||
|
<!-- Callout for the old docs link -->
|
||||||
|
{% include old-bs-docs.html %}
|
||||||
|
|
||||||
<!-- Docs page layout -->
|
<!-- Docs page layout -->
|
||||||
<div class="bs-header">
|
<div class="bs-header">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
@@ -10,6 +10,9 @@
|
|||||||
<!-- Docs master nav -->
|
<!-- Docs master nav -->
|
||||||
{% include nav-main.html %}
|
{% include nav-main.html %}
|
||||||
|
|
||||||
|
<!-- Callout for the old docs link -->
|
||||||
|
{% include old-bs-docs.html %}
|
||||||
|
|
||||||
<!-- Page content of course! -->
|
<!-- Page content of course! -->
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
|
||||||
|
@@ -3,15 +3,6 @@ layout: home
|
|||||||
title: Bootstrap
|
title: Bootstrap
|
||||||
---
|
---
|
||||||
|
|
||||||
<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>
|
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="bs-masthead">
|
<div class="bs-masthead">
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user