summaryrefslogtreecommitdiff
path: root/layouts/shortcodes
diff options
context:
space:
mode:
authorAlejandro <[email protected]>2024-08-03 22:29:53 -0600
committerAlejandro <[email protected]>2024-08-03 22:29:53 -0600
commitb951030c54a6d09090c1c58ebdf0addc11389f5e (patch)
tree1e9f6c0d9ef571275f30b5e4a86d81f14486567a /layouts/shortcodes
parent7e27d623a4e254c59d7ba51f3260af4665915ecb (diff)
modified: tag to major-program
Diffstat (limited to 'layouts/shortcodes')
-rw-r--r--layouts/shortcodes/count-majors.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/count-majors.html b/layouts/shortcodes/count-majors.html
index d9bbf85..f089136 100644
--- a/layouts/shortcodes/count-majors.html
+++ b/layouts/shortcodes/count-majors.html
@@ -1,2 +1,2 @@
-{{ $p := where site.RegularPages "Params.tags" "intersect" (slice "major") }}
+{{ $p := where site.RegularPages "Params.tags" "intersect" (slice "major-program") }}
{{ len $p }}