mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
d409a1ba58
Short-form posts for microblogging. TODO: implement POSSE.
7 lines
153 B
HTML
7 lines
153 B
HTML
{{ define "main" }}
|
|
{{- if eq .Page.Section "notes" -}}
|
|
{{- partial "notes.html" . -}}
|
|
{{- else -}}
|
|
{{- partial "posts.html" . -}}
|
|
{{- end -}}
|
|
{{ end }}
|