date in post-list

This commit is contained in:
Niko Abeler 2022-08-22 21:22:06 +02:00
parent 4236541441
commit 769c4133d5
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,10 @@
<div class="h-feed">
{{range .}}
<div class="h-entry">
<h3><a class="u-url" href="{{.UrlPath}}">{{.Title}}</a></h3>
<h3 style="margin-bottom:0;"><a class="u-url" href="{{.UrlPath}}">{{.Title}}</a></h3>
<div>Published: {{.Meta.Date}}</div>
</div>
<hr>
<br>
{{end}}
</div>