What's new in Jekyll 3.4.0
forestry.io
What's new in Jekyll 3.4.0
1–3 of 3 posts
Re: What's new in Jekyll 3.4.0
#2Jekyll 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.
Re: What's new in Jekyll 3.4.0
#3Jekyll 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.