hugo-json/layouts/partials/header.html

3 lines
84 B
HTML
Raw Normal View History

2024-06-15 22:41:34 -04:00
<h1>{{ site.Title }}</h1>
{{ partial "menu.html" (dict "menuID" "main" "page" .) }}