From 92e3b5f49f6f5336530988e7839ab3ed283b86e4 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sun, 19 Mar 2023 00:53:31 +0100 Subject: Big site update --- themes/conspiracy/layouts/_default/single.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 themes/conspiracy/layouts/_default/single.html (limited to 'themes/conspiracy/layouts/_default/single.html') diff --git a/themes/conspiracy/layouts/_default/single.html b/themes/conspiracy/layouts/_default/single.html new file mode 100644 index 0000000..9f3ff8d --- /dev/null +++ b/themes/conspiracy/layouts/_default/single.html @@ -0,0 +1,12 @@ +{{- define "main" }} + {{- if not .IsHome | and .Title }} +
+

{{ .Title }}

+ {{- partial "breadcrumbs.html" . }} + {{- if .Params.Date }} {{ .Date.Format "2006-01-02" }}{{- end }} +
+ {{- end }} +
+ {{ .Content }} +
+{{- end }} -- cgit