From f8541ef965ca22e746b523eb418e47cb4f78f2d8 Mon Sep 17 00:00:00 2001 From: Arne Rief Date: Fri, 9 Jan 2026 12:24:05 +0100 Subject: Upgrade to new template system from Hugo v0.146.0 --- layouts/single.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 layouts/single.html (limited to 'layouts/single.html') diff --git a/layouts/single.html b/layouts/single.html new file mode 100644 index 0000000..e1728d3 --- /dev/null +++ b/layouts/single.html @@ -0,0 +1,23 @@ +{{- define "main" }} +
+
+

+ {{ .Title }} +

+ {{- with .Date }} + + {{- end }} +
+ +
+ {{ .Content }} +
+ + +
+{{- end }} -- cgit v1.2.3