Fix links by removing slash between site.baseurl and post.url
Created by: leonklingele
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 (closed)