Add contact.md to en.yml

This commit is contained in:
2019-08-06 16:22:44 -05:00
parent d4568f509b
commit 82b94ec597
6 changed files with 40 additions and 15 deletions

View 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)