From e77051ccc4b47951bfa4fde2be436b1bb2fb113b Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 28 Apr 2024 17:33:09 +0200 Subject: use https://github.com/nunocoracao/blowfish.git --- themes/PaperMod/layouts/_default/archives.html | 74 -------------------------- 1 file changed, 74 deletions(-) delete mode 100644 themes/PaperMod/layouts/_default/archives.html (limited to 'themes/PaperMod/layouts/_default/archives.html') diff --git a/themes/PaperMod/layouts/_default/archives.html b/themes/PaperMod/layouts/_default/archives.html deleted file mode 100644 index b38e39a..0000000 --- a/themes/PaperMod/layouts/_default/archives.html +++ /dev/null @@ -1,74 +0,0 @@ -{{- define "main" }} - - - -{{- $pages := where site.RegularPages "Type" "in" site.Params.mainSections }} - -{{- if site.Params.ShowAllPagesInArchive }} -{{- $pages = site.RegularPages }} -{{- end }} - -{{- range $pages.GroupByPublishDate "2006" }} -{{- if ne .Key "0001" }} -
-

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

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

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

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

- {{- .Title | markdownify }} - {{- if .Draft }} - - - - - - {{- end }} -

-
- {{- partial "post_meta.html" . -}} -
- -
- {{- end }} - {{- end }} -
-
- {{- end }} -
-{{- end }} -{{- end }} - -{{- end }}{{/* end main */}} -- cgit v1.2.3