aboutsummaryrefslogtreecommitdiff
path: root/layouts/taxonomy.html
blob: c2e787519e61886e914c468f206485f570ce3b37 (plain)
1
2
3
4
5
6
7
{{ define "main" }}
  <h1>{{ .Title }}</h1>
  {{ .Content }}
  {{ range .Pages }}
    <h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
  {{ end }}
{{ end }}