diff --git a/layouts/partials/posts-template.html b/layouts/partials/posts-template.html index e0c8841..b8c4e37 100644 --- a/layouts/partials/posts-template.html +++ b/layouts/partials/posts-template.html @@ -25,11 +25,13 @@
Tags: + {{ range $elem_index, $elem_val := (.GetTerms "tags") }} {{- if gt $elem_index 0 }}, {{ end -}} {{ .LinkTitle }} {{- end -}} +