1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-22 18:00:06 +01:00

remove clenpath

This commit is contained in:
Matthias Kretschmann 2014-09-07 04:49:45 +02:00
parent 10680cbd7a
commit c16b0f74d6

View File

@ -231,7 +231,7 @@ module Jekyll
# Return path relative to the site root for html
if enable_cdnurl == true
Pathname.new(File.join(cdnurl, baseurl, image_dest, image_dir, gen_name)).cleanpath
Pathname.new(File.join(cdnurl, baseurl, image_dest, image_dir, gen_name))
else
Pathname.new(File.join(baseurl, image_dest, image_dir, gen_name)).cleanpath
end