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