summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/shortcodes/list-majors.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/shortcodes/list-majors.html b/layouts/shortcodes/list-majors.html
index 751c861..7bb2669 100644
--- a/layouts/shortcodes/list-majors.html
+++ b/layouts/shortcodes/list-majors.html
@@ -1,7 +1,7 @@
-<ul>
+<ul class="programs">
{{ range (where .Site.RegularPages "Section" "==" "licenciatura") }}
-<li class="major">{{ .Title }} <br>
+<a href="{{ .RelPermalink }}"><li>{{ .Title }} <br>
{{ .Summary }}
-</li>
+</li></a>
{{ end }}
</ul>