{{ $articleType := .Params.type | default "life" }} {{ $typeConfig := .Site.Params.articleTypes }} {{ $typeData := index $typeConfig $articleType }}
{{ if $typeData }}
{{ end }} {{ if $typeData }}
{{ end }}

{{ .Title }}

{{ if .PublishDate }}
{{ end }} {{ if .Lastmod }} {{ $lastmodDate := .Lastmod.Format "2006-01-02" }} {{ $pubDate := .PublishDate.Format "2006-01-02" }} {{ if ne $lastmodDate $pubDate }}
{{ end }} {{ end }} {{ if .Site.Params.readingTime }}
{{ .ReadingTime }} {{ i18n "min" }} {{ i18n "readingTime" }}
{{ end }} {{ if $typeData }} {{ i18n $articleType }} {{ end }}