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/_layouts/default.html | 5 +---- docs/_layouts/home.html | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 4 deletions(-) create mode 100644 docs/_layouts/home.html (limited to 'docs/_layouts') diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index acab46de9..11b78f3f9 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -5,10 +5,7 @@ {% include header.html %} - - - - {% include navbar.html %} + {{ content }} diff --git a/docs/_layouts/home.html b/docs/_layouts/home.html new file mode 100644 index 000000000..e837f9517 --- /dev/null +++ b/docs/_layouts/home.html @@ -0,0 +1,20 @@ + + + + + {% include header.html %} + + + + + + {{ content }} + + + {% include colophon.html %} + + + {% include footer.html %} + + + -- cgit v1.2.3