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/index.html
Rohan Kumar c0666aa259
Refactor: add webring data from a CSV
The webring list was getting repetitive.
2022-03-15 13:45:21 -07:00

5 lines
106 B
HTML

{{ define "main" }}
{{ .Content }}
{{ partial "posts.html" . }}
{{ partial "webrings.html" . }}
{{ end }}