""
“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 }}
{{ end }}
{{ else }}
{{ $image := .Param "image" }}
{{- if $image }}
{{ end }}
{{ end }}
{{ if isset .Params "description" }}
{{ .Description }}
{{ end }}
{{ end }}
{{ end }}
"{{.Title | upper}}"
{{- if eq .Page.Type "photos" }} {{ $image := .Param "image" }} {{- if $image }}c00e1af @ 2023-02-05