weiro/layouts/simplecss/posts_list.html
2026-02-19 22:29:44 +11:00

5 lines
172 B
HTML

{{ range .Posts }}
{{ if .Post.Title }}<h3>{{ .Post.Title }}</h3>{{ end }}
{{ .HTML }}
<a href="{{ url_abs .Path }}">{{ format_date .Post.PublishedAt }}</a>
{{ end }}