summaryrefslogtreecommitdiff
path: root/themes/conspiracy/layouts/list.html
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2025-07-26 17:53:39 +0200
committerjaseg <git@jaseg.de>2025-07-26 17:53:39 +0200
commiteefa5cbb554017a41095e54e6c39592bc1de1761 (patch)
tree2f2ff3ffe57b1b3a3c11560b3ee79b1480efa4e7 /themes/conspiracy/layouts/list.html
parent3fd0c107e02858843314107afbbeaf5c056f785f (diff)
parentccd6338503549e61b74b51c2904617edbfd604cc (diff)
downloadblog-eefa5cbb554017a41095e54e6c39592bc1de1761.tar.gz
blog-eefa5cbb554017a41095e54e6c39592bc1de1761.tar.bz2
blog-eefa5cbb554017a41095e54e6c39592bc1de1761.zip
deploy.py auto-commitdeploy
Diffstat (limited to 'themes/conspiracy/layouts/list.html')
-rw-r--r--themes/conspiracy/layouts/list.html18
1 files changed, 0 insertions, 18 deletions
diff --git a/themes/conspiracy/layouts/list.html b/themes/conspiracy/layouts/list.html
deleted file mode 100644
index 02703b4..0000000
--- a/themes/conspiracy/layouts/list.html
+++ /dev/null
@@ -1,18 +0,0 @@
-{{- define "main" }}
- {{- if not .IsHome | and .Title }}
- <header>
- <h1>{{ .Title }}</h1>
- {{- partial "breadcrumbs.html" . }}
- </header>
- {{- end }}
- <main class="cards">
- {{- if .Content }}
- <div class="intro">
- {{ .Content }}
- </div>
- {{- end }}
- {{- range .Pages }}
- {{ partial "card.html" . }}
- {{- end }}
- </main>
-{{- end }}