From 54e4a732484c120d9f95fe3451da932859cf7473 Mon Sep 17 00:00:00 2001 From: wires Date: Tue, 29 Jul 2025 14:37:32 -0400 Subject: fix stuff for new version of hugo --- layouts/single.html | 17 +++++++++++++++++ 1 file changed, 17 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..14350a0 --- /dev/null +++ b/layouts/single.html @@ -0,0 +1,17 @@ +{{ define "main" }} +
+
+

{{ .Title }}

+ +
+ {{ if .Params.toc }} + + + {{ end }} {{ .Content }} +
+{{ partial "tags.html" . }} +{{ end }} -- cgit 1.4.1