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 }}