From 20355368f64f8d2889832db28e352f80bce18783 Mon Sep 17 00:00:00 2001 From: tdro Date: Fri, 3 Mar 2023 18:04:49 -0500 Subject: config: picturegallery -> gallery --- themes/default/layouts/_default/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes') 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 }} -- cgit v1.2.3