-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
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
wrong sitemap for 404.html
#1011
Comments
Actually the issue still persists for |
🤔 crap that shouldn't have happened. Thanks for the report, I'll look into it |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Another sitemap issue:
the
404.html
appears as<loc>https://tlienart.github.io/FranklinTemplates.jl/404/index.html</loc>
.I think this is because the file is special cased in
form_output_path
Franklin.jl/src/manager/dir_utils.jl
Lines 29 to 45 in caa1518
and the sitemap generator does not know about this.
I think the most elegant way to handle this would probably be to add the file to
keep_path
instead of the current special handling. But that would be a breaking change.The text was updated successfully, but these errors were encountered: