website/layouts/partials/header.html
Jan Kremer bc23423206
meta: Big update
- Update design
- Add new logo
- All posts in a single category
- New draft: Selbst Hosting
2025-02-22 19:08:52 +01:00

4 lines
135 B
HTML

<a href="/" class="title">
{{ partial "logo.svg" . }}{{ site.Title }}
</a>
{{ partial "menu.html" (dict "menuID" "main" "page" .) }}