diff options
Diffstat (limited to 'layouts/shortcodes/list-majors.html')
-rw-r--r-- | layouts/shortcodes/list-majors.html | 6 |
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> |