You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 7, 2019. It is now read-only.
For me this means that I end up with a duplicated part at the start of the path, because page.url already contains the full path. For example if I have a page in /folder/topic.html, the index ends up containing /folder/folder/topic.html.
I changed the line to:
:url=>"#{page.url}",
and it works for me. Is this a bug or something I'm doing wrong?