Use more stable Scratch method

This commit is contained in:
Thomas A. Christensen II 2022-02-14 22:10:36 -06:00
parent 9a7b1b568c
commit 2ac3b03ddc
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

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