summaryrefslogtreecommitdiff
path: root/themes/kvog/layouts/_partials/header.html
blob: 0d3b1442cb45a1cd024c47d96c1404ed549a8d91 (plain)
1
2
3
4
{{ if .IsHome }}
<h1>{{ site.Title }}</h1>
{{ end }}
{{ partial "menu.html" (dict "menuID" "main" "page" .) }}