Fix links by removing slash between site.baseurl and post.url
This avoids generating URLs with two leading slashes which results in unexpected behaviour. Example: //2018/01/29/ was converted to 0.0.7.226/01/29/ Fixes #617
Please register or sign in to comment