aboutsummaryrefslogtreecommitdiff
path: root/docs/_layouts
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-05-22 20:57:10 -0700
committerMark Otto <[email protected]>2014-05-22 20:57:10 -0700
commita375069704e88b4f7659dcd4a74a6239bfefba8c (patch)
treeed7f7f37330ba9e750c29cf0d1e9677e9f30c71c /docs/_layouts
parentef360b61b5eb79982e85d8c8380de69ef16395a6 (diff)
parent68de4bf387650aa83f5138ef114adf88f40f9871 (diff)
downloadbootstrap-a375069704e88b4f7659dcd4a74a6239bfefba8c.tar.xz
bootstrap-a375069704e88b4f7659dcd4a74a6239bfefba8c.zip
Merge branch 'master' of github.com:twbs/bootstrap
Diffstat (limited to 'docs/_layouts')
-rw-r--r--docs/_layouts/default.html6
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 %}