We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The links in the top-right navbar are wrong when accessed from a custom page. For instance, if I add a page test.md and try to access the contact page then I'm redirected to https://mysite.github.io/test/contact instead of https://mysite.github.io/contact.
I suspect that the bug comes from this line but I didn't figure out how to fix it.
This is somewhat related to issue #20.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The links in the top-right navbar are wrong when accessed from a custom page. For instance, if I add a page test.md and try to access the contact page then I'm redirected to https://mysite.github.io/test/contact instead of https://mysite.github.io/contact.
I suspect that the bug comes from this line but I didn't figure out how to fix it.
This is somewhat related to issue #20.
The text was updated successfully, but these errors were encountered: