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

3 lines
113 B
HTML
Raw Permalink Normal View History

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