mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 08:12:11 +00:00
c0666aa259
The webring list was getting repetitive.
5 lines
106 B
HTML
5 lines
106 B
HTML
{{ define "main" }}
|
|
{{ .Content }}
|
|
{{ partial "posts.html" . }}
|
|
{{ partial "webrings.html" . }}
|
|
{{ end }}
|