{{ end }}
{{ $showReadingTime := .Site.Params.article.readingtime }}
{{ if isset .Params "readingtime" }}
{{ $showReadingTime = .Params.readingtime }}
{{ end }}
{{ if or (not .Date.IsZero) ($showReadingTime) }}
{{ end }}
{{ if .IsTranslated }}
{{ end }}