5 lines
172 B
HTML
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 }} |