7 lines
231 B
HTML
7 lines
231 B
HTML
{{ define "main" }}
|
|
<h2>Selected Presentations</h2>
|
|
{{ $featuredpubs := where .Pages ".Params.featured" "==" true }}
|
|
{{ range $featuredpubs }}
|
|
{{ partial "academia/list-single.html" . }}
|
|
{{ end }}
|
|
{{ end }}
|