a
2247ee2776
still missing some things but they were missing before anyway. so it's probably better to just push and deploy already. Reviewed-on: #1
9 lines
207 B
HTML
9 lines
207 B
HTML
{{ with .GetTerms "categories" }}
|
|
<p class="categories">
|
|
Categorized under
|
|
{{ range $k, $v := . }}
|
|
{{- if $k }}, {{ end }}
|
|
<a href='{{ .Permalink }}'>{{ .Title }}</a>
|
|
{{- end }}
|
|
</p>
|
|
{{ end }} |