diff options
| author | Mark Otto <[email protected]> | 2013-07-25 20:56:44 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-25 20:56:44 -0700 |
| commit | ac4e7db17f3999a3b4e8625b47dda1d186b19330 (patch) | |
| tree | c699adda104aaf07d8bec298295e218fa76af0f2 /_layouts/default.html | |
| parent | 2a4a6fe0f003540360a3389d9faee677cf42aaa2 (diff) | |
| download | bootstrap-ac4e7db17f3999a3b4e8625b47dda1d186b19330.tar.xz bootstrap-ac4e7db17f3999a3b4e8625b47dda1d186b19330.zip | |
single include for old ads callout
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"> |
