From ae0de074ff95faacfcd3de88b082bd8c4f6ba9d5 Mon Sep 17 00:00:00 2001 From: Chris Brown Date: Thu, 7 Apr 2016 09:48:24 +0100 Subject: [PATCH] added breadcrumb partial --- page.hbs | 1 + partials/breadcrumb.hbs | 5 +++++ post.hbs | 6 +----- 3 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 partials/breadcrumb.hbs diff --git a/page.hbs b/page.hbs index 05dc2ad..62dab20 100644 --- a/page.hbs +++ b/page.hbs @@ -19,6 +19,7 @@
+ {{> "breadcrumb"}}

{{title}}

diff --git a/partials/breadcrumb.hbs b/partials/breadcrumb.hbs new file mode 100644 index 0000000..71bbeaf --- /dev/null +++ b/partials/breadcrumb.hbs @@ -0,0 +1,5 @@ + \ No newline at end of file diff --git a/post.hbs b/post.hbs index 55375fe..5f76ad2 100644 --- a/post.hbs +++ b/post.hbs @@ -19,11 +19,7 @@
-
    -
  • Home
  • -
  • -
  • -
  • {{title}}
  • -
+ {{> "breadcrumb"}}

{{title}}