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/page.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 themes/kvog/layouts/page.html (limited to 'themes/kvog/layouts/page.html') diff --git a/themes/kvog/layouts/page.html b/themes/kvog/layouts/page.html new file mode 100644 index 0000000..7e286c8 --- /dev/null +++ b/themes/kvog/layouts/page.html @@ -0,0 +1,10 @@ +{{ define "main" }} +

{{ .Title }}

+ + {{ $dateMachine := .Date | time.Format "2006-01-02T15:04:05-07:00" }} + {{ $dateHuman := .Date | time.Format ":date_long" }} + + + {{ .Content }} + {{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }} +{{ end }} -- cgit v1.2.3