mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 20:21:42 +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.description = description
|
||||
config.title = title
|
||||
config.url = url
|
||||
config.url = url(slash: false)
|
||||
config.hostname = hostname
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue