summaryrefslogtreecommitdiff
path: root/themes/conspiracy/layouts/single.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/single.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/single.html')
-rw-r--r--themes/conspiracy/layouts/single.html23
1 files changed, 0 insertions, 23 deletions
diff --git a/themes/conspiracy/layouts/single.html b/themes/conspiracy/layouts/single.html
deleted file mode 100644
index c7135f8..0000000
--- a/themes/conspiracy/layouts/single.html
+++ /dev/null
@@ -1,23 +0,0 @@
-{{- define "main" }}
- {{- if not .IsHome | and .Title }}
- <header>
- <h1>{{ .Title }}</h1>
- {{- partial "breadcrumbs.html" . }}
- {{- if .Params.Date }} <strong>{{ .Date.Format "2006-01-02" }}</strong>{{- end }}
- </header>
- {{- end }}
- {{- if .Params.noindex }}
- <main>
- {{- else }}
- <main data-pagefind-body>
- {{- end }}
- {{- if .Params.external_links }}
- <div class="links">
- {{- range .Params.external_links }}
- <a href="{{ .url | absURL }}">{{ .name }}</a>
- {{- end }}
- </div>
- {{- end }}
- {{ .Content }}
- </main>
-{{- end }}