{{/* These meta tags are rendered only in the posts section (i.e. in single/list page) */}} {{ if eq .Section "posts" }} {{ $ISO_date := dateFormat "2006-01-02T15:04:05Z0700" .Date | safeHTML }} {{ if ne .Page.Kind "page" }} {{ $paginator := .Paginate (where .Pages "Section" "blog") }} {{ if $paginator }} {{ if $paginator.HasPrev }} {{end }} {{ if $paginator.HasNext }} {{end }} {{end }} {{end }} {{ with.Site.Params.author }} {{ with.fediverseAccount }} {{/* ref https://blog.joinmastodon.org/2024/07/highlighting-journalism-on-mastodon/ */}} {{ end }} {{ end }} {{ with.Params.category }} {{ end }} {{ end }}