From 9ee1c73b7efd53b8a22327718eb592a81e3a6c10 Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Thu, 1 Sep 2022 14:59:59 +1200 Subject: [PATCH] Hosting generously provided by alphamethyl --- src/page-home.rkt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/page-home.rkt b/src/page-home.rkt index c42102e..7cdbf4f 100644 --- a/src/page-home.rkt +++ b/src/page-home.rkt @@ -57,9 +57,13 @@ (div (@ (class "internal-footer")) (img (@ (class "my-logo") (src "/static/breezewiki.svg"))) ,(if (config-get 'instance-is-official) - `(p ,(format "This instance is run by the ~a developer, " (config-get 'application-name)) + `(div + (p ,(format "This instance is run by the ~a developer, " (config-get 'application-name)) (a (@ (href "https://cadence.moe/contact")) "Cadence.")) + (p "Hosting generously provided by " + (a (@ (href "://alphamethyl.barr0w.net/")) + "alphamethyl."))) `(p ,(format "This unofficial instance is based off the ~a source code, but is not controlled by the code developer." (config-get 'application-name)))) (p "Text content on wikis run by Fandom is available under the Creative Commons Attribution-Share Alike License 3.0 (Unported), "