maypop-vanilla-theme/layouts/index.html

12 lines
243 B
HTML

{{ define "main" }}
{{ .Content }}
Available modules:
<ul class="post-list">
{{ range (where (where .Site.Pages.ByDate.Reverse "Section" "modules") ".Kind" "!=" "section") }}
{{ partial "post.html" . }}
{{ end }}
</ul>
{{ end }}