mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 17:28:29 -05:00
grouping filters: use Liquid::ParseContext to create variable.
This commit is contained in:
@@ -40,7 +40,7 @@ module Jekyll
|
||||
|
||||
private
|
||||
def parse_expression(str)
|
||||
Liquid::Variable.new(str, {})
|
||||
Liquid::Variable.new(str, Liquid::ParseContext.new)
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
Reference in New Issue
Block a user