Hosting generously provided by alphamethyl
This commit is contained in:
parent
556c74cc53
commit
9ee1c73b7e
1 changed files with 5 additions and 1 deletions
|
@ -57,9 +57,13 @@
|
||||||
(div (@ (class "internal-footer"))
|
(div (@ (class "internal-footer"))
|
||||||
(img (@ (class "my-logo") (src "/static/breezewiki.svg")))
|
(img (@ (class "my-logo") (src "/static/breezewiki.svg")))
|
||||||
,(if (config-get 'instance-is-official)
|
,(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"))
|
(a (@ (href "https://cadence.moe/contact"))
|
||||||
"Cadence."))
|
"Cadence."))
|
||||||
|
(p "Hosting generously provided by "
|
||||||
|
(a (@ (href "://alphamethyl.barr0w.net/"))
|
||||||
|
"alphamethyl.")))
|
||||||
`(p
|
`(p
|
||||||
,(format "This unofficial instance is based off the ~a source code, but is not controlled by the code developer." (config-get 'application-name))))
|
,(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), "
|
(p "Text content on wikis run by Fandom is available under the Creative Commons Attribution-Share Alike License 3.0 (Unported), "
|
||||||
|
|
Loading…
Reference in a new issue