aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 }}