1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00

Add missing <main> landmark

This commit is contained in:
Rohan Kumar 2022-05-01 21:04:49 -07:00
parent 321f851431
commit 0a5643ce1d
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -1,5 +1,7 @@
{{ define "main" }}
<main>
{{ .Content }}
{{ partial "posts.html" . }}
{{ partial "webrings.html" . }}
</main>
{{ end }}