Skip to content

Disable Liquid in local-jekyll.md to fix Pages build#72

Merged
bfarmer67 merged 1 commit intomainfrom
chore/fix-pages-liquid-render
Apr 13, 2026
Merged

Disable Liquid in local-jekyll.md to fix Pages build#72
bfarmer67 merged 1 commit intomainfrom
chore/fix-pages-liquid-render

Conversation

@bfarmer67
Copy link
Copy Markdown
Contributor

Fixes 'Invalid syntax for include tag' from Liquid trying to parse code-block examples.

local-jekyll.md documents Liquid syntax (literal '{% include %}' etc.
in code blocks). Jekyll processes Liquid before rendering, even
content inside backticks, so it tries to parse those as actual
directives and fails with 'Invalid syntax for include tag'.

Fix: front-matter 'render_with_liquid: false' on this file.
@bfarmer67 bfarmer67 merged commit d15026d into main Apr 13, 2026
1 check passed
@bfarmer67 bfarmer67 deleted the chore/fix-pages-liquid-render branch April 13, 2026 03:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant