From 1bf4d8aca6f81f2dddd0262e74b278cd9985b53d Mon Sep 17 00:00:00 2001 From: Arne Rief Date: Fri, 8 Aug 2025 20:50:19 +0200 Subject: initial commit, basic setup --- layouts/partials/header.html | 7 +++++++ 1 file changed, 7 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..a496628 --- /dev/null +++ b/layouts/partials/header.html @@ -0,0 +1,7 @@ +
+ + {{ site.Title }} + + + {{ partial "navmenu.html" (dict "menuID" "main" "page" .) }} +
-- cgit v1.2.3