make sure relative_permalinks is set to TRUE
This commit is contained in:
parent
2e1316ec8b
commit
d9f0dce67d
|
@ -157,7 +157,7 @@ module Jekyll
|
|||
end
|
||||
|
||||
def uses_relative_permalinks
|
||||
permalink && @dir != "" && !permalink.include?(File.expand_path(@dir, site.source))
|
||||
permalink && @dir != "" && site.config['relative_permalinks']
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue