mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
950918b104
I've modified etch-custom so much that it doesn't need to be its own theme anymore.
4 lines
76 B
HTML
4 lines
76 B
HTML
{{ define "main" }}
|
|
{{ .Content }}
|
|
{{- partial "posts.html" . -}}
|
|
{{ end }}
|