{{ $i := .Params.image }} {{ $context := . }}
{{ with $categories := .Params.categories }}
{{ range $categories }} {{ if $i }} {{- $image := partial "helper/image" $context | resources.Fingerprint "md5" -}} {{- $20x := $image.Fill "20x20 smart" -}} {{ . | humanize }} {{ else }} {{ . | humanize }} {{ end }} {{ end }}
{{ end }}

{{- .Title -}}

{{ with .Params.description }}

{{ . }}

{{ end }} {{- if not .Date.IsZero -}} {{- end -}}