Skip to content

Commit 4c046de

Browse files
authored
Disable Liquid in local-jekyll.md to fix Pages build
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.
1 parent 987aaa5 commit 4c046de

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/site/local-jekyll.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
render_with_liquid: false
3+
---
14
# Running Jekyll Docs Locally (Docker)
25

36
Reusable recipe for previewing `just-the-docs` / GitHub Pages sites locally

0 commit comments

Comments
 (0)