From 20355368f64f8d2889832db28e352f80bce18783 Mon Sep 17 00:00:00 2001 From: tdro Date: Fri, 3 Mar 2023 18:04:49 -0500 Subject: config: picturegallery -> gallery --- config.json | 2 +- config.toml | 2 +- config.yaml | 2 +- themes/default/layouts/_default/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.json b/config.json index a2ce6f0..b74ee2a 100644 --- a/config.json +++ b/config.json @@ -18,7 +18,7 @@ "default": { "footer": "canory", "home": "canory", - "picturegallery": "canory", + "gallery": "canory", "title": "canory", "user": "default", "webring": "canory" diff --git a/config.toml b/config.toml index 9d65688..727f26f 100644 --- a/config.toml +++ b/config.toml @@ -15,7 +15,7 @@ enableRobotsTXT = true [author.default] footer = "canory" home = "canory" - picturegallery = "canory" + gallery = "canory" title = "canory" user = "default" webring = "canory" diff --git a/config.yaml b/config.yaml index bc00a9d..9a782fb 100644 --- a/config.yaml +++ b/config.yaml @@ -19,7 +19,7 @@ author: default: footer: canory home: canory - picturegallery: canory + gallery: canory title: canory user: default webring: canory 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