kekskurse.de/themes/nostyleplease/layouts/index.html

12 lines
307 B
HTML
Raw Normal View History

2024-07-28 22:39:10 +00:00
{{ define "main" }}
<header>
<h1>{{ $.Site.Title }}</h1>
{{- if $.Site.Params.theme_config.show_description -}}
<p>{{ $.Site.Params.description }}</p>
{{- end -}}
</header>
{{ .Content }}
{{ partial "menu_item.html" (dict "context" . "collection" $.Site.Data.menu.entries) }}
{{ end }}