1
0
Fork 0
ejv2.cc/themes/dead-simple/layouts/partials/post_list.html
2024-08-01 06:21:40 +01:00

8 lines
121 B
HTML

<ul class="post-list">
{{ range .CurrentSection.RegularPages }}
{{ partial "post_row.html" . }}
{{ end }}
</ul>