Fix deprecation warning

This commit is contained in:
Alex Selimov 2026-08-14 23:11:44 -04:00
parent aa632e3512
commit 1ef9f05f7d
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
<ul>
{{ range sort .Site.Data.presentations "date" }}
{{ range sort hugo.Data.presentations "date" }}
<li><a href={{ .link }}>{{ .title }} ({{ .author }})</a></li>
{{ end }}
</ul>