From d507426ff0fb28980c1dd5c8f27162915a560e1a Mon Sep 17 00:00:00 2001 From: Brandon Rozek Date: Fri, 9 May 2025 20:25:25 -0400 Subject: [PATCH] List tags by year --- layouts/tags/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/tags/list.html b/layouts/tags/list.html index 97fef7d..95853fb 100644 --- a/layouts/tags/list.html +++ b/layouts/tags/list.html @@ -7,7 +7,7 @@
- {{ $listPageDateFormat := .Site.Params.listPageDateFormat | default "January, 2006"}} + {{ $listPageDateFormat := .Site.Params.listPageDateFormat | default "2006"}} {{ range $index, $value := .Pages.GroupByDate $listPageDateFormat }} {{ if (ne $index 0) }}