diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index a10ce57c..ded367b5 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -8,9 +8,9 @@
{{ if .Params.hideMeta }}{{ else }}
- {{- if or .Params.author .Site.Params.author }}
- {{- .Params.author | default .Site.Params.author }} ยท {{ end }}
- {{- .Date.Format "January 2, 2006" -}}
+
+ {{ if or .Params.author .Site.Params.author }} . {{ .Params.author | default .Site.Params.author }}{{ end }}
+ {{ if $.Site.Params.ShowReadingTime }} . {{ .ReadingTime }}{{ i18n "read_time" | default "min read" }}{{ end }}
{{end}}