aboutsummaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-03-03 18:04:49 -0500
committertdro <tdro@noreply.example.com>2023-03-03 18:14:06 -0500
commit20355368f64f8d2889832db28e352f80bce18783 (patch)
treee84607ff1da8821e01eb8593f1d567cbd2c1798c /themes
parentf2c5c3e8810dce33724d3929675794dda3ce3c90 (diff)
downloadcanory-20355368f64f8d2889832db28e352f80bce18783.tar.gz
canory-20355368f64f8d2889832db28e352f80bce18783.tar.bz2
canory-20355368f64f8d2889832db28e352f80bce18783.zip
config: picturegallery -> gallery
Diffstat (limited to 'themes')
-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 }}