hugo-first-example-page/themes/my-theme/layouts/partials/header.html
2024-09-16 22:04:15 +02:00

3 lines
84 B
HTML

<h1>{{ site.Title }}</h1>
{{ partial "menu.html" (dict "menuID" "main" "page" .) }}