From eef413f9217eeaa34bd2d79d0ac8c6c52b230936 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Sat, 27 Jun 2026 18:27:04 +0200 Subject: [PATCH] Fix home page --- public/index.html | 19 ++++++++++++++----- themes/kosmos-22/layouts/_default/index.html | 3 --- 2 files changed, 14 insertions(+), 8 deletions(-) delete mode 100644 themes/kosmos-22/layouts/_default/index.html diff --git a/public/index.html b/public/index.html index 9abe6e7..39b47c0 100644 --- a/public/index.html +++ b/public/index.html @@ -1,5 +1,14 @@ -Kosmos | Kosmos
\ No newline at end of file +Kosmos

Kosmos

Let a million servers bloom

We are an open co-operative of people, who are developing a free, +open-source, and user-centric alternative to centralized group chat +platforms, based on widely used protocols and standards. +Learn more about our projects.

We also offer hosted services for a variety of +applications on a not-for-profit basis. And we recently created a +community-led foundation for this purpose.

We collaborate on source code on +GitHub +as well as our own +Gitea. +For announcements and other news, you can follow us on the +Fediverse +or on +Nostr.

\ No newline at end of file diff --git a/themes/kosmos-22/layouts/_default/index.html b/themes/kosmos-22/layouts/_default/index.html deleted file mode 100644 index e0e8308..0000000 --- a/themes/kosmos-22/layouts/_default/index.html +++ /dev/null @@ -1,3 +0,0 @@ -{{ define "main" }} - {{ .Content }} -{{ end }}