diff --git a/partials/post-card.hbs b/partials/post-card.hbs index fb897a3..3f849f3 100644 --- a/partials/post-card.hbs +++ b/partials/post-card.hbs @@ -52,7 +52,7 @@ which templates loop over to generate a list of posts. --}}
{{#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 cbb9cc4..0dd7a0e 100644 --- a/post.hbs +++ b/post.hbs @@ -43,7 +43,7 @@ into the {body} tag of the default.hbs template --}}

{{authors}}

- {{reading_time}} + {{reading_time minute=(t "1 min read") minutes=(t "% min read")}}