From d08b96a0748851f1dd69d2c8e12d7b3b2deab1ac Mon Sep 17 00:00:00 2001 From: Chris Ireland Date: Thu, 30 Apr 2020 18:57:14 +0100 Subject: [PATCH] Add description to tag pages (#174) --- tag.hbs | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) 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}} +
+
    +
  • + {{plural ../pagination.total empty=(t "No posts") singular=(t "1 post") plural=(t "% posts")}} {{t "with this tag"}} +
  • +
+
{{/tag}}