diff options
| author | fat <[email protected]> | 2013-07-25 23:30:29 -0700 |
|---|---|---|
| committer | fat <[email protected]> | 2013-07-25 23:30:29 -0700 |
| commit | f58827f24d6593bc36ff48b4c58a0fd954427326 (patch) | |
| tree | 2770668c3b1fe4a6eab4d5cca7a6f713f752c800 /_layouts/default.html | |
| parent | f5f04ae4a0cd57c59c782a45cca28220d5dbb3ea (diff) | |
| parent | 8a7553aeda0a99598c54637bc22954ca890cb697 (diff) | |
| download | bootstrap-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/default.html')
| -rw-r--r-- | _layouts/default.html | 3 |
1 files changed, 3 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"> |
