etch/layouts/partials/posts.html

7 lines
164 B
HTML
Raw Permalink Normal View History

<h3>{{ i18n "posts.title" }}</h3>
2020-05-15 20:47:34 -04:00
<ul id="posts">
2020-10-11 16:39:37 -04:00
{{- range where site.RegularPages "Type" "in" site.Params.mainSections }}
{{ .Render "li" }}
2020-10-11 16:39:37 -04:00
{{- end }}
2020-05-15 20:47:34 -04:00
</ul>