Properly detect whether the instance is official

This commit is contained in:
Cadence Ember 2022-09-05 01:46:29 +12:00
parent 68832059bd
commit eabe699587
Signed by: cadence
GPG Key ID: BC1C2C61CF521B17
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
(footer (@ (class "custom-footer"))
(div (@ (class "internal-footer"))
(img (@ (class "my-logo") (src "/static/breezewiki.svg")))
,(if (config-get 'instance_is_official)
,(if (config-true? 'instance_is_official)
`(div
(p ,(format "This instance is run by the ~a developer, " (config-get 'application_name))
(a (@ (href "https://cadence.moe/contact"))