docs.xiv.zone/themes/mytheme/layouts/_default/list.html
Joshua Goins 0c890dee30 Overhaul site
I'm way too lazy to write this commit message, sorry.
2023-10-06 20:13:46 -04:00

13 lines
162 B
HTML

{{ define "main" }}
<h2>{{ .Title }}</h2>
{{ .Content }}
{{ range .Data.Pages.ByDate.Reverse }}
<h2>{{ .Title }}</h2>
{{ .Content }}
<hr>
{{ end }}
{{ end }}