weiro/site_templates/posts_list.html

5 lines
165 B
HTML
Raw Normal View History

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