Add contact.md to en.yml
This commit is contained in:
9
_plugins/expand_nested_variable_filter.rb
Normal file
9
_plugins/expand_nested_variable_filter.rb
Normal file
@ -0,0 +1,9 @@
|
||||
module Jekyll
|
||||
module ExpandNestedVariableFilter
|
||||
def flatify(input)
|
||||
Liquid::Template.parse(input).render(@context)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Liquid::Template.register_filter(Jekyll::ExpandNestedVariableFilter)
|
Reference in New Issue
Block a user