From a60a600522b9c638cf06fc484d80209dfb7d5c20 Mon Sep 17 00:00:00 2001 From: JustZvan Date: Tue, 24 Mar 2026 20:14:42 +0100 Subject: feat: initial commit --- themes/JustZvan/layouts/baseof.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 themes/JustZvan/layouts/baseof.html (limited to 'themes/JustZvan/layouts/baseof.html') diff --git a/themes/JustZvan/layouts/baseof.html b/themes/JustZvan/layouts/baseof.html new file mode 100644 index 0000000..36ca140 --- /dev/null +++ b/themes/JustZvan/layouts/baseof.html @@ -0,0 +1,21 @@ + + + + {{ partial "head.html" . }} + + + {{ if not .IsHome }} +
+ {{ partial "header.html" . }} +
+ {{ end }} +
+ {{ block "main" . }}{{ end }} +
+ {{ if not .IsHome }} + + {{ end }} + + -- cgit v1.2.3