diff --git a/tag.hbs b/tag.hbs index 4b7235c..0dd4529 100644 --- a/tag.hbs +++ b/tag.hbs @@ -15,9 +15,18 @@ into the {body} of the default.hbs template --}} {{> hero background=feature_image}}

{{name}}

-

- {{plural ../pagination.total empty=(t "No posts") singular=(t "1 post") plural=(t "% posts")}} {{t "with this tag"}} -

+ {{#if description}} +

+ {{description}} +

+ {{/if}} +
+ +
{{/tag}}