Opt not to show abstracts for non-featured publications on list page

pull/5/head
parent a506ca969c
commit 9a7b1b568c
Signed by: millironx
GPG Key ID: 139C07724802BC5D

@ -2,6 +2,7 @@
<h2>Selected Presentations</h2>
{{ $featuredpubs := where .Pages ".Params.featured" "==" true }}
{{ range $featuredpubs }}
{{ .Scratch.Add "showAbstract" true }}
{{ partial "academia/list-single.html" . }}
{{ end }}
<hr />

Loading…
Cancel
Save