From 2ac6e818d90623fe977939273a6fa1880850a760 Mon Sep 17 00:00:00 2001 From: Paul Adam Davis Date: Tue, 29 Jul 2014 18:25:20 +0100 Subject: [PATCH] Pluralise post count for author page No issue - Introduces the new `plural` helper to correctly word the number of posts --- author.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/author.hbs b/author.hbs index 051b6cc..f00999e 100644 --- a/author.hbs +++ b/author.hbs @@ -20,7 +20,7 @@
{{#if author.location}} {{author.location}}{{/if}} {{#if author.website}} {{author.website}}{{/if}} - {{pagination.total}} posts + {{plural pagination.total empty='No posts' singular='% post' plural='% posts'}}