From d709dba284180679accb6e164686249bdf243211 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 13 Feb 2013 23:37:08 -0800 Subject: Start using some includes; test out some pygments highlighting --- docs/_includes/header.html | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 docs/_includes/header.html (limited to 'docs/_includes/header.html') diff --git a/docs/_includes/header.html b/docs/_includes/header.html new file mode 100644 index 000000000..ea590ca70 --- /dev/null +++ b/docs/_includes/header.html @@ -0,0 +1,44 @@ + + + + + + + {% if page.title == "Bootstrap" %} + {{ page.title }} + {% else if %} + {{ page.title }} · Bootstrap + {% endif %} + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3 From 5f0ecb740a71814c4b17bc2252a451548f329342 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 14 Feb 2013 00:23:23 -0800 Subject: Start pygmentizing css.html; add new theme for pygments --- docs/_includes/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes/header.html') diff --git a/docs/_includes/header.html b/docs/_includes/header.html index ea590ca70..f7c623e3d 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -16,7 +16,7 @@ - + -- cgit v1.2.3 From 979ca4ea7a2e88fd9bbd8051259cd2803ca5088d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 14 Feb 2013 22:33:26 -0800 Subject: Convert JS page to pygments; nuke prettify assets --- docs/_includes/header.html | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/_includes/header.html') diff --git a/docs/_includes/header.html b/docs/_includes/header.html index f7c623e3d..fe23d008e 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -17,7 +17,6 @@ - +{% if layout == "default" %} +{% endif %} -{% if layout == "default" %} +{% if page.layout == default %} -- cgit v1.2.3 From 159167041f0e9e81bf80ccacb990aede1b459a7c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 17 Feb 2013 19:15:09 -0800 Subject: forgot about those quotes --- docs/_includes/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes/header.html') diff --git a/docs/_includes/header.html b/docs/_includes/header.html index a47837b49..f738b9146 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -14,7 +14,7 @@ -{% if page.layout == default %} +{% if page.layout == "default" %} -- cgit v1.2.3 From 4b8b8d2e46e25820d190db957b4e837b66198f72 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 28 Mar 2013 01:08:14 -0700 Subject: holy crap new docs layout separate from home, no more top navbar --- docs/_includes/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes/header.html') 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 @@ -{% if page.layout == "default" %} +{% if page.layout != "example" %} -- cgit v1.2.3