From 07d517a9dbb43ed27d35a2671af83ffc35873b6d Mon Sep 17 00:00:00 2001 From: Mirtle Date: Mon, 16 May 2022 15:19:00 +0800 Subject: [PATCH] change footer and archiver layout --- layouts/_default/archives.html | 4 ++-- layouts/partials/footer.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/layouts/_default/archives.html b/layouts/_default/archives.html index e400e2c..6e7ccb9 100644 --- a/layouts/_default/archives.html +++ b/layouts/_default/archives.html @@ -21,9 +21,9 @@

{{- replace .Key "0001" "" }}  {{ len .Pages }}

- {{- range .Pages.GroupByDate "January" }} + {{- range .Pages.GroupByDate "01" }}
-

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

+

{{- .Key }}

{{- range .Pages }} {{- if eq .Kind "page" }} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index ae02d99..004f341 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -5,11 +5,11 @@ {{- else }} © {{ now.Year }} {{ site.Title }} {{- end }} - + {{- end }}