diff options
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/shortcodes/list-sof-chief.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/shortcodes/list-sof-chief.html b/layouts/shortcodes/list-sof-chief.html new file mode 100644 index 0000000..72f7493 --- /dev/null +++ b/layouts/shortcodes/list-sof-chief.html @@ -0,0 +1,6 @@ +{{ $p := where site.Pages "Params.tags" "intersect" (slice "coordinador-sof") }} +{{ range $p }} + +<h2>{{.Title}}</h2> + +{{ end }} |