From e41eb4b13a9007ee7238e5973d61e6597c3c2fcb Mon Sep 17 00:00:00 2001 From: Raphael Kabo Date: Fri, 14 Jan 2022 18:14:32 +0000 Subject: Remove unnecessary bits from main pages --- config/domain-example.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config') 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, }; -- cgit v1.2.3