qenya.tel/layouts/partials/header.html

3 lines
139 B
HTML

<h1>{{ site.Title }}</h1>
{{ with site.Params.description }}<p>{{ . }}</p>{{end}}
{{ partial "menu.html" (dict "menuID" "main" "page" .) }}