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
There are some markdown files that permanently belong in the project root, including:
They are currently processed by 11ty, but sub-optimally because they don't make use of the shared layout engine.
Inside of a sub-folder, it's easy to set a shared data object using a directory data file, but it's a little trickier to set a global layout.
From Globally set default layout? #380, we can set the layout via a data page named _data/layout.js
_data/layout.js
The text was updated successfully, but these errors were encountered:
#81 add default layout page for root level md files
75fc332
KyleMit
No branches or pull requests
There are some markdown files that permanently belong in the project root, including:
They are currently processed by 11ty, but sub-optimally because they don't make use of the shared layout engine.
Inside of a sub-folder, it's easy to set a shared data object using a directory data file, but it's a little trickier to set a global layout.
From Globally set default layout? #380, we can set the layout via a data page named
_data/layout.js
The text was updated successfully, but these errors were encountered: