“TIMELINE”

{{ $pages := where .Site.RegularPages "Type" "in" .Site.Params.listedContentTypes }} {{ $paginator := .Paginate (where $pages "Params.hidden" "ne" true) 50 }} {{ range $paginator.Pages }} {{ if (.Param "hide" | default false) }} {{ else }}
{{ dateFormat "2006.01.02" .Date }}

"{{.Title | upper}}"

{{- if eq .Page.Type "photos" }} {{ $image := .Param "image" }} {{- if $image }} {{ end }} {{ else }} {{ $image := .Param "image" }} {{- if $image }} {{ end }} {{ end }} {{ if isset .Params "description" }} {{ .Description }} {{ end }}
{{ end }} {{ end }}