diff --git a/layouts/partials/post_meta.html b/layouts/partials/post_meta.html
index a3b84e6..61f6637 100644
--- a/layouts/partials/post_meta.html
+++ b/layouts/partials/post_meta.html
@@ -12,7 +12,9 @@
| {{ .WordCount }} {{ i18n "words" }}
{{ end }}
{{ if .Params.author }}
- | {{ .Params.author | safeHTML }}{{ else }}{{ .Site.Author.name | safeHTML }}
+ | {{ .Params.author | safeHTML }}
+ {{ else }}
+ | {{ .Site.Author.name | safeHTML }}
{{ end }}
{{- if .Site.Params.staticman -}}
|