5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-02 16:36:07 +00:00

jekyll no soporta urls con barra al final

y genera un montón de problemas!
This commit is contained in:
f 2022-04-28 12:06:27 -03:00
parent 9dee10bcb9
commit f4ec30eac7

View file

@ -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