1
0
Fork 0
ejv2.cc/themes/dead-simple/layouts/partials/post_list.html

9 lines
121 B
HTML
Raw Normal View History

2024-08-01 06:21:40 +01:00
<ul class="post-list">
{{ range .CurrentSection.RegularPages }}
{{ partial "post_row.html" . }}
{{ end }}
</ul>