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 +++- views/home.handlebars | 8 +++----- views/layouts/main.handlebars | 4 ++-- 3 files changed, 8 insertions(+), 8 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, }; diff --git a/views/home.handlebars b/views/home.handlebars index cc31756..af05600 100755 --- a/views/home.handlebars +++ b/views/home.handlebars @@ -1,8 +1,4 @@ -

{{siteName}}

- -

- gathio is a quick and easy way to make and share events which respects your privacy. -

+

A quick and easy way to make and share events which respects your privacy.


@@ -16,9 +12,11 @@

But remember: all our events are visible to anyone who knows the link, so probably don't use gathio to plot your surprise birthday party or revolution. Or whatever, you do you.

+{{#if showKofi}}

If you find yourself using and enjoying gathio, consider buying me a coffee. It'll help keep the site running!

+{{/if}} diff --git a/views/layouts/main.handlebars b/views/layouts/main.handlebars index aafa5de..a27059a 100755 --- a/views/layouts/main.handlebars +++ b/views/layouts/main.handlebars @@ -51,6 +51,7 @@ + @@ -66,8 +67,7 @@
- GitHub · Made with by Raphael · Need help? Email us.
- If you like gathio, you might like sweet, my utopian social network. + GitHub · Made with by Raphael.
-- cgit v1.2.3