Hacker News new | ask | show | jobs
What's new in Jekyll 3.4.0 (forestry.io)
29 points by desiredpersona 3396 days ago
1 comments

Jekyll now prevents double forward slash errors. In this case Jekyll will not append a forward slash to url: because the baseurl: input already contains ‘/‘.

I'm pretty happy about that.

Ya it's a great addition. It was a really common issue for many getting started with Jekyll.