about summary refs log tree commit diff
path: root/layouts/_default/list.html
blob: 2b7d98a428f629f1d8561eb2aa358e3055e629d1 (plain) (blame)
1
2
3
4
5
6
{{ define "main" }}

  {{ $pgs := where .Data.Pages "Params.hidden" "ne" "true" }}
  {{ partial "postlist" $pgs }}

{{ end }}