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