{{ if .Params.categories }}
{{ range (.GetTerms "categories") }} {{ .LinkTitle }} {{ end }}
{{ end }}

{{- .Title -}}

{{ with .Params.description }}

{{ . }}

{{ end }}
{{ $showReadingTime := .Params.readingTime | default (.Site.Params.article.readingTime) }} {{ $showDate := not .Date.IsZero }} {{ $showFooter := or $showDate $showReadingTime }} {{ if $showFooter }} {{ end }} {{ if (isset .Params "author") }} {{ $filename := .Params.author }}
{{ partial "helper/icon" "user" }} {{ with (index $.Site.Data.authors $filename) }} {{ $author := index $.Site.Data.authors $filename }} {{ with (index $author "name") }} {{ index $author "name" }} {{ end }} {{ end }}
{{ end }} {{ if .IsTranslated }} {{ end }}