summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-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 }}