{{define "head"}} blog - ari melody 💫 {{end}} {{define "content"}}

# blog

thoughts from your local SPACEGIRL 💫


{{if eq (len .Collections) 0}}

there are no posts! 🍃

{{end}} {{range .Collections}}

{{.Year}}

{{range .Posts}}

{{.Title}}

{{.Author.DisplayName}} • {{.PrintShortDate}}

{{if ne .Description ""}}

{{.Description}}

{{end}}
{{end}} {{end}}
{{end}}