devlog/themes/cuqui/layouts/partials/header.html

3 lines
120 B
HTML
Raw Normal View History

<a href="http://localhost:1313"><h1>{{ site.Title }}</h1></a>
2024-11-13 21:14:37 +00:00
{{ partial "menu.html" (dict "menuID" "main" "page" .) }}