mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-24 21:26:22 +00:00
Merge branch 'issue-16282' into production.panel.sutty.nl
This commit is contained in:
commit
eba9e858ec
1 changed files with 1 additions and 1 deletions
|
@ -584,7 +584,7 @@ class Site < ApplicationRecord
|
|||
#
|
||||
# @return [Bool]
|
||||
def theme?
|
||||
config.key?('theme')
|
||||
config['theme'].present?
|
||||
end
|
||||
|
||||
# El directorio donde se encuentran los archivos de la plantilla. Si
|
||||
|
|
Loading…
Reference in a new issue