grouping filters: use Liquid::ParseContext to create variable.

This commit is contained in:
Parker Moore 2016-12-16 15:38:19 -08:00
parent 793405c00c
commit 7862f731b6
No known key found for this signature in database
GPG Key ID: 193CDEBA72063C58
1 changed files with 1 additions and 1 deletions

View File

@ -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