summaryrefslogtreecommitdiff
path: root/layouts/shortcodes/list-majors.html
blob: 7bb26694d856ae9830e24611bc79f1680eb5618f (plain)
1
2
3
4
5
6
7
<ul class="programs">
{{ range (where .Site.RegularPages "Section" "==" "licenciatura")  }}
<a href="{{ .RelPermalink }}"><li>{{ .Title }} <br>
{{ .Summary }}
</li></a>
{{ end }}
</ul>