mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 22:21:43 +00:00
Merge branch 'url-without-trailing-slash' into 'rails'
jekyll no soporta urls con barra al final See merge request sutty/sutty!94
This commit is contained in:
commit
3d30f3e1c3
1 changed files with 1 additions and 1 deletions
|
@ -472,7 +472,7 @@ class Site < ApplicationRecord
|
||||||
config.theme = design.gem unless design.no_theme?
|
config.theme = design.gem unless design.no_theme?
|
||||||
config.description = description
|
config.description = description
|
||||||
config.title = title
|
config.title = title
|
||||||
config.url = url
|
config.url = url(slash: false)
|
||||||
config.hostname = hostname
|
config.hostname = hostname
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue