summaryrefslogtreecommitdiff
path: root/layouts/shortcodes/list-majors.html
blob: 97382803b899d39ea566bb885ca7e3e549fab928 (plain)
1
2
3
4
5
6
7
8
<ul class="majors">
{{ range (where .Site.RegularPages "Section" "==" "licenciatura")  }}
<li><h3>{{ .Title }}</h3>
{{ .Summary }}
<a href="{{ .RelPermalink }}" id="read-more">Leer más</a>
</li>
{{ end }}
</ul>