From 648a67b056df898bfdd10033ce782aa121910a7c Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Wed, 3 Aug 2022 21:28:39 -0500 Subject: Fix theme and content generation --- themes/markskitchen/layouts/_default/list.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'themes/markskitchen/layouts/_default/list.html') diff --git a/themes/markskitchen/layouts/_default/list.html b/themes/markskitchen/layouts/_default/list.html index 9388e7d..5c745d6 100644 --- a/themes/markskitchen/layouts/_default/list.html +++ b/themes/markskitchen/layouts/_default/list.html @@ -3,6 +3,12 @@ {{ end }} {{ define "main" }} +{{ if .Content }} +
+
+ {{ .Content }} +
+{{ else }}
    {{ range .Pages }} @@ -11,5 +17,6 @@ {{ end }}
+{{ end}}
{{ end }} -- cgit v1.2.3