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/_layouts/default.html | 174 ++++----------------------------------------- 1 file changed, 12 insertions(+), 162 deletions(-) (limited to 'docs/_layouts/default.html') diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 90e8af440..536dae1ba 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -1,173 +1,23 @@ - - - - - - - {% if page.title == "Bootstrap" %} - {{ page.title }} - {% else if %} - {{ page.title }} · Bootstrap - {% endif %} - - - - - - - - - - - - - - - - - - - - + + {% include header.html %} + - - - - - -{{ content }} - - - - - - - - - - - - - - - - - - - - - - - - + + {% include navbar.html %} - - - + + {{ content }} - + + {% include colophon.html %} - - + + {% include footer.html %} - + \ No newline at end of file -- cgit v1.2.3