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/baseof.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 themes/kvog/layouts/baseof.html (limited to 'themes/kvog/layouts/baseof.html') diff --git a/themes/kvog/layouts/baseof.html b/themes/kvog/layouts/baseof.html new file mode 100644 index 0000000..7d17aa5 --- /dev/null +++ b/themes/kvog/layouts/baseof.html @@ -0,0 +1,17 @@ + + + + {{ partial "head.html" . }} + + +
+ {{ partial "header.html" . }} +
+
+ {{ block "main" . }}{{ end }} +
+ + + -- cgit v1.2.3