From 5fdf85ce7a7448afa243a9ade29928cfbe3154f6 Mon Sep 17 00:00:00 2001 From: Damillora Date: Fri, 23 Apr 2021 01:06:52 +0700 Subject: [PATCH] fix: fix post card author being invisible --- default.hbs | 2 +- partials/post-card.hbs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/default.hbs b/default.hbs index a4ccf77..7a50ce0 100644 --- a/default.hbs +++ b/default.hbs @@ -17,7 +17,7 @@ - + {{ghost_head}} diff --git a/partials/post-card.hbs b/partials/post-card.hbs index 80c2610..337a561 100644 --- a/partials/post-card.hbs +++ b/partials/post-card.hbs @@ -53,7 +53,7 @@
{{#has author="count:>2"}}Multiple authors{{else}} {{#foreach authors}} - {{name}} + {{name}} {{/foreach}} {{/has}}