Fix deprecation warning
This commit is contained in:
parent
aa632e3512
commit
1ef9f05f7d
3 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue