summaryrefslogtreecommitdiffstats
path: root/themes/Brine/layouts/_default/terms.html
blob: a90786cae1451e8c143e080ab831be857f35c4fe (plain) (blame)
1
2
3
4
5
6
{{ define "main" }}<article>
		<h1>{{ .Title }}</h1>
		<ul class="posts-list">
		{{ range .Data.Terms.Alphabetical }}	<li><a href="{{ .Page.Permalink }}">{{ .Page.Title }}</a> {{ .Count }}</li>
		{{ end }}</ul>
	</article>{{ end }}