diff --git a/layouts/_default/single.html b/layouts/_default/single.html index b104c5f1..078c5b1e 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -9,10 +9,10 @@ {{ if .Params.hideMeta }}{{ else }}
- {{ if or .Params.author .Site.Params.author }} . {{ .Params.author | default .Site.Params.author }}{{ end }} {{ 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 }}
{{end}}