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

<article class="article">

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

</article>

{{ end }}