Commit 4c046de
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
0 commit comments