From 50155a5a1f4ea085b61a13fe974607130b5eddc2 Mon Sep 17 00:00:00 2001
From: breadcat
Date: Sun, 7 Apr 2024 16:56:56 +0100
Subject: Dim counts on tag page
---
themes/Brine/layouts/_default/list.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'themes/Brine/layouts/_default/list.html')
diff --git a/themes/Brine/layouts/_default/list.html b/themes/Brine/layouts/_default/list.html
index 89cb5db..b6d49e5 100644
--- a/themes/Brine/layouts/_default/list.html
+++ b/themes/Brine/layouts/_default/list.html
@@ -2,11 +2,11 @@
{{ if .IsHome }}
{{ $paginator := .Paginate (where .Site.RegularPages.ByDate.Reverse "Section" "posts") }}{{ range $paginator.Pages }}
- - {{ .PublishDate.Format "Jan 2, 2006" }}{{ if ne .Lastmod .PublishDate }} updated{{ end }}, {{ .ReadingTime }} min read
{{ end }}
+ - {{ .PublishDate.Format "Jan 2, 2006" }}{{ if ne .Lastmod .PublishDate }} updated{{ end }}, {{ .ReadingTime }} min read
{{ end }}
{{ partial "pagination.html" $ }}
{{ else }}
{{ range .Pages.ByDate.Reverse }}
- {{ .PublishDate.Format "Jan 2, 2006" }}{{ if ne .Lastmod .PublishDate }} updated{{ end }}, {{ .ReadingTime }} min read
+ {{ .PublishDate.Format "Jan 2, 2006" }}{{ if ne .Lastmod .PublishDate }} updated{{ end }}, {{ .ReadingTime }} min read
{{ end }}
{{ end }}
--
cgit v1.2.3