From 799bd2304a82d35991876d42fc32a8b8be978da1 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Sat, 4 Apr 2026 15:30:33 +0200 Subject: initial theme setup. --- layouts/_partials/header.html | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 layouts/_partials/header.html (limited to 'layouts/_partials/header.html') diff --git a/layouts/_partials/header.html b/layouts/_partials/header.html new file mode 100644 index 0000000..7980a00 --- /dev/null +++ b/layouts/_partials/header.html @@ -0,0 +1,2 @@ +

{{ site.Title }}

+{{ partial "menu.html" (dict "menuID" "main" "page" .) }} -- cgit v1.2.3