{{ if .Site.Params.article.showDate | default true }} {{ end }} {{ if and (.Site.Params.article.showDate | default true) (.Site.Params.article.showReadingTime | default true) (ne .ReadingTime 0) }} · {{ end }} {{ if and (.Site.Params.article.showReadingTime | default true) (ne .ReadingTime 0) }} {{ .ReadingTime }} min{{ if gt .ReadingTime 1 }}s{{ end }} {{ end }}