1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-20 12:12:09 +00:00
seirdy.one/layouts/_default/list.html

8 lines
154 B
HTML
Raw Normal View History

2022-06-01 00:11:52 +00:00
{{ define "main" -}}
{{- if eq .Page.Section "notes" -}}
{{- partial "notes.html" . -}}
{{- else -}}
{{- partial "posts.html" . -}}
{{- end -}}
{{ end }}