{{ .Date.Format "Jan 2"}}{{ if in (slice 1 21 31) .Date.Day}}st{{ else if in (slice 2 22) .Date.Day}}nd{{ else if in (slice 3 23) .Date.Day}}rd{{ else }}th{{ end }}
{{ .Date.Format "2006"}}
{{ if gt .Params.top 0}}
{{ end }}
{{ .Content }}
{{ with .Params.pic }} Responsive image {{ end }} {{ $pic_set_filtered := slice}} {{ with .Params.pic_set }} {{ range . }} {{ with . }} {{ $pic_set_filtered = $pic_set_filtered | append . }} {{ end }} {{ end }} {{ end }} {{ with $pic_set_filtered }} {{ partial "pic_set.html" (dict "pic_set" .) }} {{ end }} {{ $pictures_set:= slice}} {{ with .Params.pictures }} {{ range . }} {{ with . }} {{ $pictures_set = $pictures_set | append . }} {{ end }} {{ end }} {{ end }} {{ if (eq (len $pictures_set) 1) }} {{ range $pictures_set }} Responsive image {{ end }} {{ end }} {{ if (gt (len $pictures_set) 1)}} {{ partial "pic_set.html" (dict "pic_set" $pictures_set) }} {{ end }} {{ $link_link := .Params.link }} {{ $link_logo := .Params.link_logo }} {{ $link_text := .Params.link_text }} {{ with .Params.link }} {{ partial "link-block.html" (dict "logo" $link_logo "a" $link_link "word" $link_text "baseurl" $.Site.BaseURL)}} {{ end }}

{{ .Date.Format "15:04" }} {{ .Params.note }}