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
false
I was originally going to submit a PR, but since there are already 3 waiting, I decided to first open this issue.
Eleventy allows to specify permalink: false to not generate a page for specific templates.
permalink: false
This results in the error TypeError: url.split is not a function because false.split is problematic.
TypeError: url.split is not a function
false.split
I think #5 actually solves this issue.
The text was updated successfully, but these errors were encountered:
😇 Duplicate of #4.
Sorry, something went wrong.
Thanks @arkhi. There's a bit of extra functionality covered in #4 that we're not quite 100% on.
I think likely we'll get in a dedicated permalink: false fix as a patch release. Thanks for reminding me.
No branches or pull requests
I was originally going to submit a PR, but since there are already 3 waiting, I decided to first open this issue.
Eleventy allows to specify
permalink: false
to not generate a page for specific templates.This results in the error
becausefalse.split
is problematic.I think #5 actually solves this issue.
The text was updated successfully, but these errors were encountered: