diff options
| author | Mark Otto <[email protected]> | 2014-05-22 18:38:43 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-05-22 18:38:43 -0700 |
| commit | 12b5d46f17a125021c5083fbc88b53a7fb86a096 (patch) | |
| tree | 3eaa1045586f25bd4f9e8db2da34e8a36b98bb39 /docs/_layouts/default.html | |
| parent | 707b362b801d7a430c1911493a65085e81b4ee8d (diff) | |
| download | bootstrap-12b5d46f17a125021c5083fbc88b53a7fb86a096.tar.xz bootstrap-12b5d46f17a125021c5083fbc88b53a7fb86a096.zip | |
move it to the sidebar
Diffstat (limited to 'docs/_layouts/default.html')
| -rw-r--r-- | docs/_layouts/default.html | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 5a65f46a2..da221e28b 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -47,15 +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> - {% if page.slug == "css" or page.slug == "components" or page.slug == "js" %} - <div> - <button id="bs-theme-btn" type="button" class="btn btn-default">Activate Theme</button> - </div> - {% endif %} - </div> {% include footer.html %} |
