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 .Site.Data.presentations }}
{{ range hugo.Data.presentations }}
<li>{{ .authors }} ({{ .date }}) {{ .title }}. {{ .conference }} {{ with .link }}
<a href={{ . }}>[Link]</a>{{ end }}</li>
{{ end }}