mirror of
https://github.com/kemko/liquid.git
synced 2026-01-01 15:55:40 +03:00
Updated History.md and removed a couple remaining methods using the old signature
This commit is contained in:
@@ -17,7 +17,7 @@ class ThemeRunner
|
||||
end
|
||||
|
||||
# Called by Liquid to retrieve a template file
|
||||
def read_template_file(template_path, context)
|
||||
def read_template_file(template_path)
|
||||
File.read(@path + '/' + template_path + '.liquid')
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user