diff options
| author | Mark Otto <[email protected]> | 2014-05-22 19:20:32 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-05-22 19:20:32 -0700 |
| commit | 68de4bf387650aa83f5138ef114adf88f40f9871 (patch) | |
| tree | efb528f8b9b1459e8a3d57a61cefcd9942cd8273 /docs/_layouts/default.html | |
| parent | fab9ab8fe9b51ebc88872482556df3f793e5ac4a (diff) | |
| parent | 326f6b2b873e7bd888204f754ebe394bbb124c56 (diff) | |
| download | bootstrap-68de4bf387650aa83f5138ef114adf88f40f9871.tar.xz bootstrap-68de4bf387650aa83f5138ef114adf88f40f9871.zip | |
Merge pull request #13463 from twbs/docs-theme-toggler
add button to toggle the optional theme when viewing the docs
Diffstat (limited to 'docs/_layouts/default.html')
| -rw-r--r-- | docs/_layouts/default.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index ec05d83ce..da221e28b 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -47,10 +47,14 @@ <a class="back-to-top" href="#top"> Back to top </a> + {% if page.slug == "css" or page.slug == "components" or page.slug == "js" %} + <a href="#" class="bs-docs-theme-toggle"> + Preview theme + </a> + {% endif %} </div> </div> </div> - </div> {% include footer.html %} |
