owl-blogs/embed/post-list.html

7 lines
141 B
HTML
Raw Normal View History

<div class="h-feed">
2022-08-18 19:09:02 +00:00
{{range .}}
<div class="h-entry">
<h2><a class="u-url" href="{{.UrlPath}}">{{.Title}}</a></h2>
</div>
{{end}}
</div>