diff options
author | tdro <tdro@noreply.example.com> | 2022-05-13 04:24:27 -0400 |
---|---|---|
committer | tdro <tdro@noreply.example.com> | 2022-05-13 04:24:27 -0400 |
commit | e3a3676dff760f16c0148a99b8f3f4324e314231 (patch) | |
tree | 35771435f20db1d48b263bda70337e10f6f7128b /config.json | |
parent | 6d024f0dc8e1d5f7d7f877177eb8d4742deac7cb (diff) | |
download | canory-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.json | 5 |
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" }, |