From 650aef75480b773661e53a751337abef3b2abd47 Mon Sep 17 00:00:00 2001 From: Joseph Elliott Hand Date: Sun, 19 Jul 2026 21:46:16 -1000 Subject: Initial commit Signed-off-by: Joseph Elliott Hand --- 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..762a4bc --- /dev/null +++ b/layouts/_partials/header.html @@ -0,0 +1,7 @@ +
+ {{ .Site.Title }} +
+ {{ range .Site.Menus.nav }} + {{ .Name }}
+ {{ end }} +
-- cgit v1.2.3