aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.json1
-rw-r--r--config.toml1
-rw-r--r--config.yaml1
-rw-r--r--themes/default/layouts/partials/site-title.html2
4 files changed, 4 insertions, 1 deletions
diff --git a/config.json b/config.json
index 0a0b91f..5f87944 100644
--- a/config.json
+++ b/config.json
@@ -13,6 +13,7 @@
"footer": "canory",
"home": "canory",
"picturegallery": "canory",
+ "title": "canory",
"user": "default",
"webring": "canory"
},
diff --git a/config.toml b/config.toml
index a21f773..c228645 100644
--- a/config.toml
+++ b/config.toml
@@ -14,6 +14,7 @@ enableRobotsTXT = true
footer = "canory"
home = "canory"
picturegallery = "canory"
+ title = "canory"
user = "default"
webring = "canory"
diff --git a/config.yaml b/config.yaml
index b33206f..c52023a 100644
--- a/config.yaml
+++ b/config.yaml
@@ -15,6 +15,7 @@ author:
footer: canory
home: canory
picturegallery: canory
+ title : canory
user: default
webring: canory
footer: >
diff --git a/themes/default/layouts/partials/site-title.html b/themes/default/layouts/partials/site-title.html
index ed09ec3..99f027b 100644
--- a/themes/default/layouts/partials/site-title.html
+++ b/themes/default/layouts/partials/site-title.html
@@ -1,4 +1,4 @@
-{{ $author := index .Site.Data.authors ((or .Params.author .Site.Author.default.user) | default "default") }}
+{{ $author := index .Site.Data.authors ((or .Params.author .Site.Author.default.title) | default "default") }}
{{- if not (eq .Title $.Site.Title) -}}
{{- with or .Title .Summary -}}