website/themes/fznext/layouts/partials/header.html
fzorb 8237b6aa19
Some checks failed
pipeline / deploy-job (push) Failing after 3m26s
some changes to themes
2025-01-16 11:26:30 +02:00

12 lines
195 B
HTML

<nav>
<div class="header">
<div class="container">
<a href="/">fzorb.xyz</a>
<ul>
{{ partial "menu.html" (dict "menuID" "main" "page" .) }}
</ul>
</div>
</div>