weiro/site_templates/posts_list.html
2026-02-18 22:07:18 +11:00

4 lines
99 B
HTML

{{ range .Posts }}
{{ .HTML }}
<a href="{{ .Path }}">{{ format_date .Meta.Date }}</a>
{{ end }}