From 9275601f073540036899e9aac0ab4d847f772053 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Fri, 20 Feb 2026 19:38:41 +0100 Subject: [PATCH] style: unify post count label styling between tag and author templates --- tag.hbs | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/tag.hbs b/tag.hbs index a8fc2c1..99b1a3c 100644 --- a/tag.hbs +++ b/tag.hbs @@ -5,10 +5,14 @@ Tag

{{name}}

{{#if description}} -

{{description}}

- {{else}} -

A collection of {{plural ../pagination.total empty='posts' singular='% post' plural='% posts'}}

+

{{description}}

{{/if}} + +
+ + {{plural ../pagination.total empty='No posts' singular='% post' plural='% posts'}} + +
{{/tag}}