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
extends
This file configuration was not replacing my blocks with content when extending templates:
theme/name/layout/page.pug extends layout with some block content theme/name/layout/layout.pup
page.pug blocks don't appear in the output.
Workaround:
theme/name/layout/page.pug extends _partials/layout theme/name/layout/_partials/layout.pug
Files in the same directory worked when using pug-cli to compile. Not sure why it didn't in the hexo-renderer.
pug-cli
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This file configuration was not replacing my blocks with content when extending templates:
page.pug blocks don't appear in the output.
Workaround:
Files in the same directory worked when using
pug-cli
to compile. Not sure why it didn't in the hexo-renderer.The text was updated successfully, but these errors were encountered: