Skip to content
Snippets Groups Projects
posts.html 164 B
Newer Older
  • Learn to ignore specific revisions
  • Alexandre MEYER's avatar
    Alexandre MEYER committed
    <h3>{{ i18n "posts.title" }}</h3>
    <ul id="posts">
    {{- range where site.RegularPages "Type" "in" site.Params.mainSections }}
        {{ .Render "li" }}
    {{- end }}
    </ul>