]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix the docs include logic
authorMark Otto <otto@github.com>
Mon, 18 Feb 2013 03:12:30 +0000 (19:12 -0800)
committerMark Otto <otto@github.com>
Mon, 18 Feb 2013 03:12:30 +0000 (19:12 -0800)
docs/_includes/header.html

index a387930baf9835d25d73d8ca4f85eeaaec5bcef2..a47837b493a15233ef4544104369608342d08eb0 100644 (file)
@@ -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">