From 7193f740cad0d6bb35778b419a8656ae8126ddf7 Mon Sep 17 00:00:00 2001 From: "hunter@kvog.sh" Date: Wed, 17 Jun 2026 21:40:13 -0500 Subject: --- themes/kvog/layouts/section.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 themes/kvog/layouts/section.html (limited to 'themes/kvog/layouts/section.html') diff --git a/themes/kvog/layouts/section.html b/themes/kvog/layouts/section.html new file mode 100644 index 0000000..748f2f5 --- /dev/null +++ b/themes/kvog/layouts/section.html @@ -0,0 +1,10 @@ +{{ define "main" }} +

{{ .Title }}

+ {{ .Content }} + {{ range .Pages }} +
+

{{ .LinkTitle }}

+ {{ .Summary }} +
+ {{ end }} +{{ end }} -- cgit v1.2.3