From eeb8b248cacf610086d542bb1331379c7f1b43b7 Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Tue, 13 Jun 2017 19:02:22 +0100 Subject: [PATCH] Refactor site navigation --- author.hbs | 27 +-------------------------- index.hbs | 24 +----------------------- page.hbs | 27 +-------------------------- partials/navigation.hbs | 7 ------- partials/site-nav.hbs | 38 ++++++++++++++++++++++++++++++++++++++ post.hbs | 29 +---------------------------- tag.hbs | 27 +-------------------------- 7 files changed, 43 insertions(+), 136 deletions(-) delete mode 100644 partials/navigation.hbs create mode 100644 partials/site-nav.hbs diff --git a/author.hbs b/author.hbs index 7340698..ed53609 100644 --- a/author.hbs +++ b/author.hbs @@ -7,32 +7,7 @@ {{#author}} diff --git a/page.hbs b/page.hbs index 7cbdb1e..9333963 100644 --- a/page.hbs +++ b/page.hbs @@ -5,32 +5,7 @@ into the {body} of the default.hbs template --}} {{!-- The big featured header, it uses blog cover image as a BG if available --}} diff --git a/partials/navigation.hbs b/partials/navigation.hbs deleted file mode 100644 index 7367950..0000000 --- a/partials/navigation.hbs +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/partials/site-nav.hbs b/partials/site-nav.hbs new file mode 100644 index 0000000..fb65fe7 --- /dev/null +++ b/partials/site-nav.hbs @@ -0,0 +1,38 @@ + diff --git a/post.hbs b/post.hbs index 525df12..f36ed5f 100644 --- a/post.hbs +++ b/post.hbs @@ -5,34 +5,7 @@ into the {body} of the default.hbs template --}} {{!-- The big featured header, it uses blog cover image as a BG if available --}} diff --git a/tag.hbs b/tag.hbs index e129877..0dd1ca6 100644 --- a/tag.hbs +++ b/tag.hbs @@ -5,32 +5,7 @@ {{#tag}}