diff --git a/partials/post-card.hbs b/partials/post-card.hbs
index b67519f..7c13f37 100644
--- a/partials/post-card.hbs
+++ b/partials/post-card.hbs
@@ -11,7 +11,7 @@
{{#if primary_tag}}
{{#primary_tag}}
{{/primary_tag}}
{{/if}}
diff --git a/post.hbs b/post.hbs
index 12e8731..54999db 100644
--- a/post.hbs
+++ b/post.hbs
@@ -11,7 +11,7 @@
{{#if primary_tag}}
{{#primary_tag}}
{{/primary_tag}}
{{/if}}
diff --git a/tag.hbs b/tag.hbs
index cf7585a..db0d49f 100644
--- a/tag.hbs
+++ b/tag.hbs
@@ -11,7 +11,7 @@