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}}