mirror of
https://gitdab.com/cadence/breezewiki.git
synced 2026-03-05 13:40:27 -05:00
Properly detect whether the instance is official
This commit is contained in:
@@ -60,7 +60,7 @@
|
|||||||
(footer (@ (class "custom-footer"))
|
(footer (@ (class "custom-footer"))
|
||||||
(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-true? 'instance_is_official)
|
||||||
`(div
|
`(div
|
||||||
(p ,(format "This instance is run by the ~a developer, " (config-get 'application_name))
|
(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"))
|
||||||
|
|||||||
Reference in New Issue
Block a user