diff --git a/layouts/page/presentation.html b/layouts/page/presentation.html
index 9eda755..fad1462 100644
--- a/layouts/page/presentation.html
+++ b/layouts/page/presentation.html
@@ -1,5 +1,5 @@
diff --git a/layouts/shortcodes/presentations.html b/layouts/shortcodes/presentations.html
index 9e7e7d8..b92192b 100644
--- a/layouts/shortcodes/presentations.html
+++ b/layouts/shortcodes/presentations.html
@@ -1,5 +1,5 @@
- {{ range .Site.Data.presentations }}
+ {{ range hugo.Data.presentations }}
- {{ .authors }} ({{ .date }}) {{ .title }}. {{ .conference }} {{ with .link }}
[Link]{{ end }}
{{ end }}
diff --git a/layouts/shortcodes/publications.html b/layouts/shortcodes/publications.html
index ce11be6..9bc721d 100644
--- a/layouts/shortcodes/publications.html
+++ b/layouts/shortcodes/publications.html
@@ -1,5 +1,5 @@
- {{ range .Site.Data.publications }}
+ {{ range hugo.Data.publications }}
- {{ .authors }} ({{ .year }}). {{ .title }}. {{ .journal }} {{ .volume }}, {{ .pages }} {{ with .link }} [Link]{{ end }}
{{ end }}