webbed-site/themes/webbed-theme/layouts/taxonomy.html
2026-02-14 23:03:08 +01:00

12 lines
223 B
HTML

{{ define "main" }}
<section>
<h1>{{ .Title }}</h1>
{{ .Content }}
</section>
<section>
{{ range .Pages }}
<a href="{{ .RelPermalink }}">#{{ .LinkTitle }}</a>
{{ end }}
</section>
{{ end }}