diff options
author | Raphael Kabo <raphaelkabo@gmail.com> | 2022-01-14 18:14:32 +0000 |
---|---|---|
committer | Raphael Kabo <raphaelkabo@gmail.com> | 2022-01-14 18:14:32 +0000 |
commit | e41eb4b13a9007ee7238e5973d61e6597c3c2fcb (patch) | |
tree | a26d99556f19b04c0d545ff444c9ac51bbcc61c9 /config/domain-example.js | |
parent | d5813e84e7178c95f41c1be86e52513f027e2843 (diff) |
Remove unnecessary bits from main pages
Diffstat (limited to 'config/domain-example.js')
-rw-r--r-- | config/domain-example.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/domain-example.js b/config/domain-example.js index 9b672aa..19c797a 100644 --- a/config/domain-example.js +++ b/config/domain-example.js @@ -7,5 +7,7 @@ module.exports = { 'sitename': 'gathio', 'isFederated': true, // If left blank, this defaults to https://yourdomain.com/images/gathio-email-logo.gif. Set a full URL here to change it to your own logo (or just change the file itself) - 'logo_url': '' + 'logo_url': '', + // Show a Ko-Fi box to donate money to Raphael Kabo (Gathio's creator) on the front page + 'showKofi': false, }; |