aboutsummaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorfat <[email protected]>2013-07-25 23:30:29 -0700
committerfat <[email protected]>2013-07-25 23:30:29 -0700
commitf58827f24d6593bc36ff48b4c58a0fd954427326 (patch)
tree2770668c3b1fe4a6eab4d5cca7a6f713f752c800 /_layouts
parentf5f04ae4a0cd57c59c782a45cca28220d5dbb3ea (diff)
parent8a7553aeda0a99598c54637bc22954ca890cb697 (diff)
downloadbootstrap-f58827f24d6593bc36ff48b4c58a0fd954427326.tar.xz
bootstrap-f58827f24d6593bc36ff48b4c58a0fd954427326.zip
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html3
-rw-r--r--_layouts/home.html3
2 files changed, 6 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index bf8483638..19388fbf0 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -10,6 +10,9 @@
<!-- Docs master nav -->
{% include nav-main.html %}
+ <!-- Callout for the old docs link -->
+ {% include old-bs-docs.html %}
+
<!-- Docs page layout -->
<div class="bs-header">
<div class="container">
diff --git a/_layouts/home.html b/_layouts/home.html
index 9230184dc..d02728957 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -10,6 +10,9 @@
<!-- Docs master nav -->
{% include nav-main.html %}
+ <!-- Callout for the old docs link -->
+ {% include old-bs-docs.html %}
+
<!-- Page content of course! -->
{{ content }}