diff options
| author | Mark Otto <[email protected]> | 2013-02-17 19:12:30 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-17 19:12:30 -0800 |
| commit | 56e60d046837bc6efd88a959cf36ae4cdb9c7197 (patch) | |
| tree | a46850083bb6df2cc626d218eaf9d1161cb02b68 | |
| parent | 9b3262cb151346432756eba2625d19af733858c8 (diff) | |
| download | bootstrap-56e60d046837bc6efd88a959cf36ae4cdb9c7197.tar.xz bootstrap-56e60d046837bc6efd88a959cf36ae4cdb9c7197.zip | |
fix the docs include logic
| -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 a387930ba..a47837b49 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 layout == "default" %} +{% if page.layout == default %} <!-- Documentation extras --> <link href="/assets/css/docs.css" rel="stylesheet"> <link href="/assets/css/pygments-manni.css" rel="stylesheet"> |
