From 95b0ec18f42fd99a278dcf580e62bd8de321a2e1 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 4 Aug 2015 23:39:51 -0700 Subject: new global navbar for all docs pages --- docs/_layouts/default.html | 3 ++- docs/_layouts/home.html | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'docs/_layouts') diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 2a1d159ba..274f51f8d 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -1,7 +1,6 @@ - {% include header.html %} @@ -11,6 +10,8 @@ + {% include nav-home.html %} + {{ content }} {% include footer.html %} diff --git a/docs/_layouts/home.html b/docs/_layouts/home.html index 4f61cc0f0..788ecf1dd 100644 --- a/docs/_layouts/home.html +++ b/docs/_layouts/home.html @@ -1,7 +1,6 @@ - {% include header.html %} @@ -11,7 +10,8 @@ - + {% include nav-home.html %} + {{ content }} {% include footer.html %} -- cgit v1.2.3