diff --git a/partials/post-card.hbs b/partials/post-card.hbs index ab48444..bc3ee56 100644 --- a/partials/post-card.hbs +++ b/partials/post-card.hbs @@ -7,8 +7,8 @@
- {{#if tags}} - {{tags.[0].name}} + {{#if primary_tag}} + {{primary_tag.name}} {{/if}}

{{title}}

diff --git a/post.hbs b/post.hbs index eaf6916..771e55c 100644 --- a/post.hbs +++ b/post.hbs @@ -20,9 +20,9 @@ into the {body} of the default.hbs template --}}
- {{#if tags}} - / {{tags.[0].name}} - {{/if}} + {{#primary_tag}} + / {{name}} + {{/primary_tag}}

{{title}}

@@ -102,11 +102,11 @@ into the {body} of the default.hbs template --}}