mirror of
https://0xacab.org/sutty/sutty
synced 2025-01-19 11:33:38 +00:00
jekyll no soporta urls con barra al final
y genera un montón de problemas!
This commit is contained in:
parent
9dee10bcb9
commit
f4ec30eac7
1 changed files with 1 additions and 1 deletions
|
@ -470,7 +470,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