{{ .Title }}
- {{- if or (or (not .Lastmod.IsZero) (not .Date.IsZero)) .Params.categories -}} -- {{- if not .Date.IsZero -}} - - - {{ i18n "publishedLabel" | title }}: - - - {{- end -}} - {{- if and (not .Lastmod.IsZero) (ne .Lastmod .Date) -}} - - - {{ (i18n "lastUpdatedLabel") | title }}: - - - {{- end -}} - {{- if .Params.categories -}} - - - {{ i18n "categoryLabel" (len .Params.categories) | title }}: - {{ range $index, $category := .Params.categories }}{{ if gt $index 0 }}, {{ end -}} - {{ $url :=$category | urlize | lower | printf "categories/%s" }} - {{ . | humanize | title }}{{ end }} - - {{- end -}} - {{- if not .Params.hide_readingtime -}} - - - {{ i18n "estimatedTimeLabel" | title }}: - ~{{ i18n "estimatedTime" .ReadingTime }} - - {{- end -}} - {{- with .Params.tags -}} - - - {{- range . }} - {{ $link := printf "/tags/%s" (urlize .) }} - {{ $link := lower $link }} - {{ . | humanize | lower }} - {{ end -}} - - {{- end -}} -
- {{ end }} -