website/themes/datacoop2020/layouts/_default/terms.html
Benjamin Bach 2121cdca5f
Some checks reported errors
continuous-integration/drone/pr Build encountered an error
Colors and fonts for the new data.coop theme
2020-04-05 23:03:14 +02:00

9 lines
197 B
HTML

{{- define "main" -}}
<h1>{{ .Title }}</h1>
{{ range .Data.Terms.Alphabetical }}
<p><a href="{{ .Page.RelPermalink }}"><code>{{ .Page.Title }}</code></a> {{ .Count }}</p>
{{ end }}
{{- end -}}