From e89e7570cdedc7c180a969d98499194a44864a9c Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Sat, 28 Nov 2020 22:50:56 -0500 Subject: [PATCH] Archive: Close the tag for month counts (#93) --- layouts/_default/archives.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/archives.html b/layouts/_default/archives.html index b63460ba..22b5d9ae 100644 --- a/layouts/_default/archives.html +++ b/layouts/_default/archives.html @@ -13,7 +13,7 @@ {{- range .Pages.GroupByDate "January" }}
-

{{- .Key }}  {{ len .Pages }}

+

{{- .Key }}  {{ len .Pages }}

{{- range .Pages }} {{- if eq .Kind "page" }}