{{- $ph := cond (or (not .Params.header) (not (fileExists (printf "static/%s" .Params.header)))) (cond (or (not .Parent.Params.header) (not (fileExists (printf "static/%s" .Parent.Params.header)))) "/img/speedy.png" .Parent.Params.header) .Params.header }}
{{ .Params.categories }}
{{ .PublishDate.Format "January 2 2006" }}
{{.Title}} {{ if .Params.caption }}
{{- if (eq (printf "%T" .Params.caption) "string") }} {{- .Params.caption -}} {{- else }} {{- index .Params.caption 0 }} {{- if (gt (len .Params.caption) 1) }} {{- range after 1 .Params.caption -}}
{{ . }} {{- end -}} {{- end -}} {{- end }}
{{- end }}
{{ truncate 100 .Summary }}