diff --git a/tag.hbs b/tag.hbs index a8fc2c1..99b1a3c 100644 --- a/tag.hbs +++ b/tag.hbs @@ -5,10 +5,14 @@ Tag

{{name}}

{{#if description}} -

{{description}}

- {{else}} -

A collection of {{plural ../pagination.total empty='posts' singular='% post' plural='% posts'}}

+

{{description}}

{{/if}} + +
+ + {{plural ../pagination.total empty='No posts' singular='% post' plural='% posts'}} + +
{{/tag}}