From d387c8ff0624a5b6c9e1e7e8f94f968f4e3dcd64 Mon Sep 17 00:00:00 2001
From: Alejandro <alex.mac.fon@gmail.com>
Date: Tue, 30 Jul 2024 21:36:49 -0600
Subject: added: shortcode for software engineering head

---
 layouts/shortcodes/list-sof-chief.html | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 layouts/shortcodes/list-sof-chief.html

(limited to 'layouts/shortcodes/list-sof-chief.html')

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 }}
-- 
cgit v1.2.3