grouping filters: use Liquid::ParseContext to create variable.
This commit is contained in:
parent
793405c00c
commit
7862f731b6
|
@ -40,7 +40,7 @@ module Jekyll
|
||||||
|
|
||||||
private
|
private
|
||||||
def parse_expression(str)
|
def parse_expression(str)
|
||||||
Liquid::Variable.new(str, {})
|
Liquid::Variable.new(str, Liquid::ParseContext.new)
|
||||||
end
|
end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
Loading…
Reference in New Issue