hugo-example/themes/example-theme/layouts/partials/header.html
2024-08-26 10:50:16 -04:00

2 lines
84 B
HTML

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