From 0f6c06d3b37dbc277b211521a062223d96c540d0 Mon Sep 17 00:00:00 2001 From: Raphael Kabo Date: Fri, 29 Mar 2024 11:20:49 +0000 Subject: Refactor instance description --- views/home.handlebars | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'views') diff --git a/views/home.handlebars b/views/home.handlebars index aa98823..0d294d3 100755 --- a/views/home.handlebars +++ b/views/home.handlebars @@ -1,8 +1,18 @@
-

Gathio is a simple, federated, privacy-first event hosting platform.

+

About {{siteName}}

+ +{{#if instanceDescription}} +
+ {{{instanceDescription}}} +
+{{/if}} {{> instanceRules }} +

About Gathio

+ +

Gathio is a simple, federated, privacy-first event hosting platform.

+
An example event page for a picnic. The page shows the event's location, host, date and time, and description, as well as buttons to save the event to Google Calendar, export it, and open the location in OpenStreetMap and Google Maps.
-- cgit v1.2.3