Files
sometimescode.com/themes/sometimescode/layouts/taxonomy.html
Chris Smith 4a7490f689 First commit
2025-09-25 20:49:17 +02:00

8 lines
168 B
HTML

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