2026-02-18 22:07:18 +11:00
|
|
|
{{ range .Posts }}
|
2026-02-19 22:29:44 +11:00
|
|
|
{{ if .Post.Title }}<h3>{{ .Post.Title }}</h3>{{ end }}
|
2026-02-18 22:07:18 +11:00
|
|
|
{{ .HTML }}
|
2026-02-19 22:29:44 +11:00
|
|
|
<a href="{{ url_abs .Path }}">{{ format_date .Post.PublishedAt }}</a>
|
2026-02-18 22:07:18 +11:00
|
|
|
{{ end }}
|