owl-blogs/embed/post-list.html

10 lines
218 B
HTML
Raw Normal View History

<div class="h-feed">
2022-08-18 19:09:02 +00:00
{{range .}}
<div class="h-entry">
2022-08-22 19:22:06 +00:00
<h3 style="margin-bottom:0;"><a class="u-url" href="{{.UrlPath}}">{{.Title}}</a></h3>
<div>Published: {{.Meta.Date}}</div>
</div>
2022-08-22 19:22:06 +00:00
<hr>
<br>
{{end}}
</div>