Closed garyvdm closed 11 years ago
Tricky one, that. The problem is the {%- extends
tag - specifically the minus that consumes the white space after the front matter, which affects how the front matter is detected. The triple ---
s are expected to be on their own line.
Given the following site:
layouts/layout.j2
:site/index.j2
:The result is:
public/index.html
:But I expect:
public/index.html
:I traced the issue
strange_case.support.jinja.[StrangeCaseTemplate|YamlFrontMatterLoader]
I'm going to have a go at fixing it my self.