diff --git a/partials/post-card.hbs b/partials/post-card.hbs index 50ca508..f42d88b 100644 --- a/partials/post-card.hbs +++ b/partials/post-card.hbs @@ -61,7 +61,7 @@
{{#has author="count:>2"}}Multiple authors{{else}}{{authors}}{{/has}} - {{reading_time}} + {{reading_time minute=(t "1 min read") minutes=(t "% min read")}}
diff --git a/post.hbs b/post.hbs index eab86f8..af8b61c 100644 --- a/post.hbs +++ b/post.hbs @@ -145,7 +145,7 @@ into the {body} of the default.hbs template --}}

{{title}}

{{/foreach}}