diff --git a/layouts/partials/components/post-metadata.html b/layouts/partials/components/post-metadata.html index 9fa9a402..0f5651a3 100644 --- a/layouts/partials/components/post-metadata.html +++ b/layouts/partials/components/post-metadata.html @@ -31,4 +31,16 @@ {{ end }} {{ end }} + + {{ with .GetTerms "tags" }} +
+ + {{ range $index, $value := . }} + {{ if gt $index 0 }} + , + {{ end -}} + #{{ .LinkTitle }} + {{ end }} +
+ {{ end }} \ No newline at end of file