summaryrefslogtreecommitdiffstats
path: root/themes/Brine/layouts/_default/terms.html
blob: 1b64a66dc5c738ac132de7a04e76f165d5581be8 (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.URL }}">{{ .Page.Title }}</a> {{ .Count }}</li>
		{{ end }}</ul>
	</article>{{ end }}