summaryrefslogtreecommitdiffstats
path: root/themes/problematic/layouts/partials/posts.html
blob: 8ff3eb2705665247c3e321f608a5dc128def3eac (plain) (blame)
1
2
3
4
5
6
<h3>Posts</h3>
<ul id="posts">
{{- range where site.RegularPages "Type" "in" site.Params.mainSections }}
    {{ .Render "li" }}
{{- end }}
</ul>