2022-08-18 19:32:50 +00:00
|
|
|
<div class="h-feed">
|
2022-08-18 19:09:02 +00:00
|
|
|
{{range .}}
|
2022-08-18 19:32:50 +00:00
|
|
|
<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>
|
2022-08-18 19:32:50 +00:00
|
|
|
</div>
|
2022-08-22 19:22:06 +00:00
|
|
|
<hr>
|
|
|
|
<br>
|
2022-08-18 19:32:50 +00:00
|
|
|
{{end}}
|
|
|
|
</div>
|