diff --git a/layouts/partials/article-meta/basic.html b/layouts/partials/article-meta/basic.html index 2bfcd25da..6bf605964 100644 --- a/layouts/partials/article-meta/basic.html +++ b/layouts/partials/article-meta/basic.html @@ -71,7 +71,7 @@ {{ if (eq $taxonomy "authors")}} {{ if (gt (len ($context.GetTerms $taxonomy)) 0) }} {{ range $i, $a := $context.GetTerms $taxonomy }} - {{ if not (eq $i 0) }} ,  {{ end }}
{{ $a.LinkTitle }}
+ {{ if not (eq $i 0) }} ,  {{ end }}
{{ $a.LinkTitle }}
{{ end }} {{ end }} {{ end }} @@ -86,7 +86,7 @@ {{ if and (not (eq $taxonomy "authors")) (not (eq $taxonomy "series"))}} {{ if (gt (len ($context.GetTerms $taxonomy)) 0) }} {{ range $context.GetTerms $taxonomy }} - + {{ partial "badge.html" .LinkTitle }} {{ end }}