From a324ba7b649840c16d365b757b19db2849991f11 Mon Sep 17 00:00:00 2001 From: jaseg Date: Mon, 30 Jun 2025 14:48:34 +0200 Subject: WIP --- themes/conspiracy/layouts/index.html | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 themes/conspiracy/layouts/index.html (limited to 'themes/conspiracy/layouts/index.html') diff --git a/themes/conspiracy/layouts/index.html b/themes/conspiracy/layouts/index.html deleted file mode 100644 index 808ddc8..0000000 --- a/themes/conspiracy/layouts/index.html +++ /dev/null @@ -1,25 +0,0 @@ -{{- define "main" }} -
-

{{ .Title }}

-
-
- {{- if .Content }} -
- {{ .Content }} -
- {{- end }} - - {{- range $config := site.Params.homepage_categories }} -

{{ .title }}

- {{- range $entry := first $config.count (where site.RegularPages "Section" "==" $config.key) }} - {{ partial "card.html" $entry }} - {{- end }} - - - {{- end }} -
-{{- end }} -- cgit