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/_includes/header.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/_includes/header.html')
| -rw-r--r-- | docs/_includes/header.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/_includes/header.html b/docs/_includes/header.html index eaf8083dd..b21969451 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -15,6 +15,10 @@ <!-- Bootstrap core CSS --> <link href="../dist/css/bootstrap.min.css" rel="stylesheet"> +{% if page.slug == "css" or page.slug == "components" or page.slug == "js" %} + <!-- Optional Bootstrap Theme --> + <link href="data:text/css;charset=utf-8," data-href="../dist/css/bootstrap-theme.min.css" rel="stylesheet" id="bs-theme-stylesheet"> +{% endif %} <!-- Documentation extras --> <link href="../assets/css/docs.min.css" rel="stylesheet"> |
