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

{{- .Title -}}

{{ with .Params.description }}

{{ . }}

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