From 49d66f7e673cc24a4f74f62c3513cdf4cc91fe8a Mon Sep 17 00:00:00 2001 From: Leonardo Faria Date: Tue, 3 Nov 2020 20:17:03 -0800 Subject: Improve tag page design --- layouts/taxonomy/tag.html | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/layouts/taxonomy/tag.html b/layouts/taxonomy/tag.html index 42ab6a3..cec4ad8 100644 --- a/layouts/taxonomy/tag.html +++ b/layouts/taxonomy/tag.html @@ -2,11 +2,21 @@
-

Posts with the tag {{ .Title }}

+

Posts with the tag: {{ .Title }}

{{ range .Paginator.Pages }}
-

{{ .Title }}

+

+ {{ .Title }} +

+ + + {{ $readTime := cond (gt .ReadingTime 1) "minutes" "minute" }} + Read in {{ .ReadingTime }} {{ $readTime }} · + +

{{ .Summary }}

-- cgit v1.2.3