hugo-theme-termlite/layouts/_default/taxonomy.html

9 lines
246 B
HTML
Raw Normal View History

{{ define "main" }}
<main class="main--list">
<header class="page-header">
{{- $title := printf "%s: %s" .Data.Singular .Title }}
{{ partial "page_header.html" (dict "page" . "title" $title) }}
</header>
</main>
{{ end }}