{{ range sort .Pages "Date" "desc" }} {{ if not .Params.private }} {{ $hero := partial "components/hero/process.html" .Params.hero }} {{ $data := partial "components/image/process.html" (dict "page" . "src" $hero.src) }} {{- $caption := .Title -}} {{- $title := $hero.title | default $caption | plainify -}} {{- $alt := $hero.alt | default $title | plainify -}}
{{ $caption }} {{ partial "components/meta/index.html" . }}
{{ end }} {{ end }}