From 10c13b5efb20ca73fc602e0c693a531585d224d7 Mon Sep 17 00:00:00 2001 From: Alejandro Date: Sat, 3 Aug 2024 22:53:54 -0600 Subject: modified: added master-degree-program tag --- layouts/shortcodes/count-maestrias.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'layouts/shortcodes') diff --git a/layouts/shortcodes/count-maestrias.html b/layouts/shortcodes/count-maestrias.html index 94557b6..1c6ef88 100644 --- a/layouts/shortcodes/count-maestrias.html +++ b/layouts/shortcodes/count-maestrias.html @@ -1 +1,2 @@ -{{ len (where .Site.RegularPages "Section" "==" "maestria") }} +{{ $p := where site.RegularPages "Params.tags" "intersect" (slice "master-degree-program") }} +{{ len $p }} -- cgit v1.2.3