aboutsummaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-05-13 04:24:27 -0400
committertdro <tdro@noreply.example.com>2022-05-13 04:24:27 -0400
commite3a3676dff760f16c0148a99b8f3f4324e314231 (patch)
tree35771435f20db1d48b263bda70337e10f6f7128b /config.json
parent6d024f0dc8e1d5f7d7f877177eb8d4742deac7cb (diff)
downloadcanory-e3a3676dff760f16c0148a99b8f3f4324e314231.tar.gz
canory-e3a3676dff760f16c0148a99b8f3f4324e314231.tar.bz2
canory-e3a3676dff760f16c0148a99b8f3f4324e314231.zip
themes/default/layouts/partials/footer: Set default user
Diffstat (limited to 'config.json')
-rw-r--r--config.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/config.json b/config.json
index 27ae6df..f800b12 100644
--- a/config.json
+++ b/config.json
@@ -10,10 +10,11 @@
"enableRobotsTXT": true,
"author": {
"default": {
+ "footer": "canory",
"home": "canory",
+ "picturegallery": "canory",
"user": "default",
- "webring": "canory",
- "picturegallery": "canory"
+ "webring": "canory"
},
"footer": "A Micro Blog\n"
},