From f89969d98637f244b9325f16c0b3b923fb65ef59 Mon Sep 17 00:00:00 2001 From: frosty Date: Thu, 28 Aug 2025 10:48:45 -0400 Subject: work on layout and write basic nginx page --- themes/orca/layouts/_default/baseof.html | 1 + 1 file changed, 1 insertion(+) (limited to 'themes/orca/layouts/_default/baseof.html') diff --git a/themes/orca/layouts/_default/baseof.html b/themes/orca/layouts/_default/baseof.html index 034b6a1..227f431 100644 --- a/themes/orca/layouts/_default/baseof.html +++ b/themes/orca/layouts/_default/baseof.html @@ -14,6 +14,7 @@ {{ block "main" . }} {{ .Content }} {{ end }} + {{ partial "footer.html" . }} -- cgit v1.2.3