summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro <alex.mac.fon@gmail.com>2024-08-03 22:30:43 -0600
committerAlejandro <alex.mac.fon@gmail.com>2024-08-03 22:30:43 -0600
commit9432da28dd41a38584761ebad281802dff9f15fb (patch)
tree23f0f521d22806db914abe6f217eb8404c4019e7
parentb951030c54a6d09090c1c58ebdf0addc11389f5e (diff)
modified: tag to major-program
-rw-r--r--layouts/shortcodes/list-majors.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/list-majors.html b/layouts/shortcodes/list-majors.html
index bf6b1b5..6ceda45 100644
--- a/layouts/shortcodes/list-majors.html
+++ b/layouts/shortcodes/list-majors.html
@@ -1,5 +1,5 @@
<ul class="majors">
-{{ $p := where site.RegularPages "Params.tags" "intersect" (slice "major") }}
+{{ $p := where site.RegularPages "Params.tags" "intersect" (slice "major-program") }}
{{ range $p }}
<li><h3>{{ .Title }}</h3>
{{ .Summary }}