aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts/_default/index.html')
-rw-r--r--themes/default/layouts/_default/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/_default/index.html b/themes/default/layouts/_default/index.html
index ec232ad..37c9855 100644
--- a/themes/default/layouts/_default/index.html
+++ b/themes/default/layouts/_default/index.html
@@ -39,7 +39,7 @@
{{ define "right" }}
{{- partial "author-list.html" . -}}
- {{ range first 1 (where .Site.Pages "Params.Author" .Site.Author.default.picturegallery) }}
+ {{ range first 1 (where .Site.Pages "Params.Author" .Site.Author.default.gallery) }}
{{- partial "gallery.html" . -}}
{{ end }}