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
I cannot disable anchorjs in my custom error 404 page.
You can find the exact page setup I'm using here: https://github.com/RojerGS/mathspp/tree/master/pages/error. And you can test it by accessing a random route in my website, e.g. https://mathspp.com/agadfasdfasdfaff.
My frontmatter.yaml looks like this:
frontmatter.yaml
anchors: active: false enabled: false http_response_code: 404 metadata: author: Rodrigo Girão Serrão routable: false
and my default.en.md looks like this:
default.en.md
--- title: Error --- <center><h1>Error 2×2×101</h1> Woops. Looks like this page doesn't exist. </center>
But for some reason, the anchor to the h1 title is there.
The text was updated successfully, but these errors were encountered:
Sorry for explicitly tagging you @rhukster but do you have any updates on this?
Sorry, something went wrong.
No branches or pull requests
I cannot disable anchorjs in my custom error 404 page.
You can find the exact page setup I'm using here: https://github.com/RojerGS/mathspp/tree/master/pages/error.
And you can test it by accessing a random route in my website, e.g. https://mathspp.com/agadfasdfasdfaff.
My
frontmatter.yaml
looks like this:and my
default.en.md
looks like this:But for some reason, the anchor to the h1 title is there.
The text was updated successfully, but these errors were encountered: