Skip to content

Prevent jekyll-polyglot from double prefixing links with "/en/en".

This is done by creating two different ruby objects for the corresponding page. One destined for site.pages, and one for site.collections['packages'].docs.

Fixes #38 (closed).

Merge request reports