diff --git a/layouts/_default/archives.html b/layouts/_default/archives.html
index 17fd57bf..9e32c764 100644
--- a/layouts/_default/archives.html
+++ b/layouts/_default/archives.html
@@ -21,10 +21,10 @@
- {{- if $.Site.Params.ShowReadingTime }} .
+ {{- if $.Site.Params.ShowReadingTime }} ·
{{- $default_txt := print .ReadingTime " " "min" }}
{{- i18n "read_time" .ReadingTime | default $default_txt }}{{ end }}
- {{- if or .Params.author .Site.Params.author }} . {{- .Params.author | default .Site.Params.author }}{{ end }}
+ {{- if or .Params.author .Site.Params.author }} · {{- .Params.author | default .Site.Params.author }}{{ end }}
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index ef31469a..3346e60b 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -49,10 +49,10 @@
{{- end }}
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 846690ba..fc834f3c 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -9,10 +9,10 @@
{{- if .Params.hideMeta }}{{ else }}
- {{- if $.Site.Params.ShowReadingTime -}} .
+ {{- if $.Site.Params.ShowReadingTime -}} ·
{{- $default_txt := print .ReadingTime " " "min" }}
{{- i18n "read_time" .ReadingTime | default $default_txt }}{{ end }}
- {{- if or .Params.author .Site.Params.author }} . {{- .Params.author | default .Site.Params.author }}{{ end }}
+ {{- if or .Params.author .Site.Params.author }} · {{- .Params.author | default .Site.Params.author }}{{ end }}
{{- if .IsTranslated -}} |
{{- i18n "translations" | default "Translations"}}: