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
Given:
src/layouts/ - default.haml - page.haml
and page.haml:
page.haml
-# --- layout: default ---
A markdown file that references a the page layout:
--- title: a post layout: page ---
page.haml is loaded as a layout, but default.haml is not. This does work for Liquid templates.
default.haml
I'm happy to take a look at how to implement this if you have some tips. I don't know enough (yet) about how Bridgetown works to do this.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Given:
and
page.haml
:A markdown file that references a the page layout:
page.haml
is loaded as a layout, butdefault.haml
is not. This does work for Liquid templates.I'm happy to take a look at how to implement this if you have some tips. I don't know enough (yet) about how Bridgetown works to do this.
The text was updated successfully, but these errors were encountered: