summaryrefslogtreecommitdiff
path: root/layouts/shortcodes/list-cd-chief.html
blob: b229a33a33a90a2d6e0dc7976ffc51430b666af8 (plain)
1
2
3
4
5
6
7
8
{{ $p := where site.Pages "Params.tags" "intersect" (slice "coordinador-cd") }}
{{ range $p }}

<h2>{{.Title}}</h2>

<ul>{{.Summary}}</ul>

{{ end }}