diff --git a/partials/loop.hbs b/partials/loop.hbs index 7daef19..0aa0297 100644 --- a/partials/loop.hbs +++ b/partials/loop.hbs @@ -7,7 +7,7 @@ {{#foreach posts}}
-

{{{title}}}

+

{{title}}

{{excerpt words="26"}} »

@@ -16,7 +16,7 @@ {{#if author.image}}{{author.name}}{{/if}} {{author}} {{tags prefix=" on "}} - +
{{/foreach}} diff --git a/post.hbs b/post.hbs index 677e925..5d85551 100644 --- a/post.hbs +++ b/post.hbs @@ -21,7 +21,7 @@

{{title}}

- {{tags prefix=" on "}} + {{tags prefix=" on "}}
diff --git a/tag.hbs b/tag.hbs index 3230191..0ed7187 100644 --- a/tag.hbs +++ b/tag.hbs @@ -10,16 +10,18 @@ {{/if}}
+ {{#tag}}
-

{{tag.name}}

+

{{name}}

- {{#if tag.description}} - {{tag.description}} + {{#if description}} + {{description}} {{else}} - A {{pagination.total}}-post collection + A {{../pagination.total}}-post collection {{/if}}

+ {{/tag}}