diff options
author | jaseg <git@jaseg.de> | 2025-06-30 15:39:53 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2025-06-30 15:39:53 +0200 |
commit | 0d45de162ce253f7c18c4c60d013ab502a3dbb1f (patch) | |
tree | 221a69f75047fba66c49d0cfd8b1455a488f6b2d /themes/conspiracy/layouts/list.html | |
parent | 752f296a77b29fc2e2284482835243bb6c12423f (diff) | |
parent | 754e3c8c02c249dfb328d3f37ed96e6aa6b8d620 (diff) | |
download | blog-0d45de162ce253f7c18c4c60d013ab502a3dbb1f.tar.gz blog-0d45de162ce253f7c18c4c60d013ab502a3dbb1f.tar.bz2 blog-0d45de162ce253f7c18c4c60d013ab502a3dbb1f.zip |
deploy.py auto-commit
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 }} |