diff --git a/layouts/_default/archives.html b/layouts/_default/archives.html index 160c3ed4..17fd57bf 100644 --- a/layouts/_default/archives.html +++ b/layouts/_default/archives.html @@ -20,12 +20,11 @@ {{- .Title | markdownify }}
- {{- 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 }} - {{- .Date.Format "January 2, 2006" -}} + + {{- 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 }}