weiro/site_templates/posts_list.html

4 lines
99 B
HTML
Raw Normal View History

2026-02-18 11:07:18 +00:00
{{ range .Posts }}
{{ .HTML }}
<a href="{{ .Path }}">{{ format_date .Meta.Date }}</a>
{{ end }}