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

{{ site.Title }}

+ {{ with .Content }} +
{{ . }}
+ {{ end }} + {{ partial "menu.html" (dict "menuID" "main" "page" .) }} + {{ with .Params.socials }} + + {{ end }} +
+ +{{ end }} -- cgit v1.2.3