4 lines
99 B
HTML
4 lines
99 B
HTML
{{ range .Posts }}
|
|
{{ .HTML }}
|
|
<a href="{{ .Path }}">{{ format_date .Meta.Date }}</a>
|
|
{{ end }} |