layouts/_default/terms.html (
10
lines of code) (
raw
):
{{ define "main" }} <h2>All tags</h2> <ul> {{ range sort .Pages }} <li> <a href="{{ .Permalink }}">{{ .Title }}</a> </li> {{ end }} </ul> {{ end }}