diff options
| author | Arne Rief <riearn@proton.me> | 2025-08-08 20:50:19 +0200 |
|---|---|---|
| committer | Arne Rief <riearn@proton.me> | 2025-08-08 20:50:19 +0200 |
| commit | 1bf4d8aca6f81f2dddd0262e74b278cd9985b53d (patch) | |
| tree | 9c4168e894bc52595dadd2d99b29305473f2ebcc /layouts/partials/header.html | |
initial commit, basic setup
Diffstat (limited to 'layouts/partials/header.html')
| -rw-r--r-- | layouts/partials/header.html | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ +<header role="banner"> + <a href="{{ site.Home.RelPermalink }}" rel="home" class="site-title"> + {{ site.Title }} + </a> + + {{ partial "navmenu.html" (dict "menuID" "main" "page" .) }} +</header> |
