wires

summary refs log tree commit diff
path: root/layouts/_partials/tags.html
blob: b464c47e54a96d5eab5b900ab38c31f786b81d82 (plain) (blame)
1
2
3
4
5
6
{{ with .GetTerms "tags" }}
<p>
  Tags:{{ range $i, $e := . }}{{- if $i -}},{{ end -}}{{ with $e }}
  <a class="tag" href="{{.Permalink}}">{{lower .Title}}</a>{{end}}{{ end }}
</p>
{{ end }}