{{ define "main"}} {{ partial "header.html" . }}
{{ partial "search.html" . }}

This is an experimental page showing my toots from Mastodon. Currently, this does not support boosts and it does not automatically refresh. Feel free to check out my profile at Fosstodon

{{ $listPageDateFormat := .Site.Params.listPageDateFormat | default "January, 2006"}} {{ range $index, $value := .Pages.GroupByDate $listPageDateFormat }} {{ range .Pages }}

Tooted on

{{ .Content | safeHTML }} {{ if gt (len .Params.media_attachments) 0 }}
{{ range .Params.media_attachments}} {{ if eq .type "image" }} {{ .description }} {{ end }} {{ end }}
{{ end }}
{{ .Params.replies_count }} {{ .Params.reblogs_count }} {{ .Params.favourites_count }} | Source: {{ .Params.syndication }}
{{ end }} {{ end }}
{{ partial "footer.html" . }} {{ end }}