diff options
| author | Mark Otto <[email protected]> | 2013-03-28 01:08:14 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-03-28 01:08:14 -0700 |
| commit | 4b8b8d2e46e25820d190db957b4e837b66198f72 (patch) | |
| tree | 6080683d2720e712c8353c465ebcff19dc0a1bc5 /docs/_includes/header.html | |
| parent | 081c061281c96818bf9a904a7e5e2a673aa7a54d (diff) | |
| download | bootstrap-4b8b8d2e46e25820d190db957b4e837b66198f72.tar.xz bootstrap-4b8b8d2e46e25820d190db957b4e837b66198f72.zip | |
holy crap new docs layout separate from home, no more top navbar
Diffstat (limited to 'docs/_includes/header.html')
| -rw-r--r-- | docs/_includes/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/header.html b/docs/_includes/header.html index f738b9146..af2104ebb 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -14,7 +14,7 @@ <!-- Bootstrap core CSS --> <link href="/assets/css/bootstrap.css" rel="stylesheet"> -{% if page.layout == "default" %} +{% if page.layout != "example" %} <!-- Documentation extras --> <link href="/assets/css/docs.css" rel="stylesheet"> <link href="/assets/css/pygments-manni.css" rel="stylesheet"> |
