diff --git a/layouts/partials/article-meta/basic.html b/layouts/partials/article-meta/basic.html
index 3d75b98a..456220f2 100644
--- a/layouts/partials/article-meta/basic.html
+++ b/layouts/partials/article-meta/basic.html
@@ -65,7 +65,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 }}
@@ -80,7 +80,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 }}
diff --git a/layouts/partials/author-extra.html b/layouts/partials/author-extra.html
index 05195738..ccab16a7 100644
--- a/layouts/partials/author-extra.html
+++ b/layouts/partials/author-extra.html
@@ -13,7 +13,7 @@
{{ i18n "author.byline_title" | markdownify | emojify }}
-
+
{{ . }}
{{ end }}