diff options
author | jaseg <git@jaseg.de> | 2025-09-28 22:14:35 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2025-09-28 22:14:35 +0200 |
commit | 9aa78c812d673fc0074092325d7132bf7f15418b (patch) | |
tree | a52c5acaead329bd2fdcb8d497ec66bc9e8024a4 /themes/conspiracy/layouts/list.html | |
parent | d70e23068c65f5664da966f494fe6cf873a4f7d9 (diff) | |
parent | 8dc1179f65bf746e1bb274db31e744014d939ad8 (diff) | |
download | blog-9aa78c812d673fc0074092325d7132bf7f15418b.tar.gz blog-9aa78c812d673fc0074092325d7132bf7f15418b.tar.bz2 blog-9aa78c812d673fc0074092325d7132bf7f15418b.zip |
deploy.py auto-commitdeploy
Diffstat (limited to 'themes/conspiracy/layouts/list.html')
-rw-r--r-- | themes/conspiracy/layouts/list.html | 18 |
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 }} |