about summary refs log tree commit diff
path: root/users/fcuny/blog/layouts/_default/list.html
blob: d2c59a74776dabe024509af2ac81512ca3a8daed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{{ define "main" }}

<article>

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

</article>

{{ end }}