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