mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-17 12:46:22 +00:00
Merge branch 'issue-14746' of https://0xacab.org/sutty/sutty into 17.3.alpine.panel.sutty.nl
This commit is contained in:
commit
180c9a08a0
1 changed files with 2 additions and 2 deletions
|
@ -504,8 +504,8 @@ class Site < ApplicationRecord
|
|||
config.theme = design.gem unless design.no_theme?
|
||||
config.description = description
|
||||
config.title = title
|
||||
config.url = url(slash: false)
|
||||
config.hostname = hostname
|
||||
config.url ||= url(slash: false)
|
||||
config.hostname ||= hostname
|
||||
config.locales = locales.map(&:to_s)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue