aboutsummaryrefslogtreecommitdiff
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
parentf2c5c3e8810dce33724d3929675794dda3ce3c90 (diff)
downloadcanory-20355368f64f8d2889832db28e352f80bce18783.tar.gz
canory-20355368f64f8d2889832db28e352f80bce18783.tar.bz2
canory-20355368f64f8d2889832db28e352f80bce18783.zip
config: picturegallery -> gallery
-rw-r--r--config.json2
-rw-r--r--config.toml2
-rw-r--r--config.yaml2
-rw-r--r--themes/default/layouts/_default/index.html2
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 }}