This repository has been archived on 2025-07-30. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
website/themes/fznext/layouts/partials/header.html
2025-01-16 11:26:30 +02:00

11 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>