diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 6a469bd..6dde597 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -13,11 +13,11 @@
{{ if .Date }}
{{ end }}
{{ with .Params.Author }}
- {{ . }}
+ :: {{ . }}
{{ end }}
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index f85fc5d..4485c64 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -6,14 +6,14 @@
{{ if .Date }}
{{ end }}
{{ with .Params.Author }}
- {{ . }}
+ :: {{ . }}
{{ end }}
{{ if and (.Param "readingTime") (eq (.Param "readingTime") true) }}
:: {{ .ReadingTime }} {{ $.Site.Params.minuteReadingTime | default "min read" }} ({{ .WordCount }} {{ $.Site.Params.words | default "words" }})