diff --git a/index.hbs b/index.hbs index 631b999..b451a1b 100644 --- a/index.hbs +++ b/index.hbs @@ -23,7 +23,7 @@
- +

{{{title}}}

diff --git a/post.hbs b/post.hbs index 089527d..4b7ca19 100644 --- a/post.hbs +++ b/post.hbs @@ -22,7 +22,7 @@ {{#post}} {{! Everything below outputs content of the the post which has been published }} - {{#if tags}}on {{tags separator=" | "}}{{/if}} + {{tags prefix="on " separator=" | "}}

{{{title}}}