Use 't' instead of 'translate'

This commit is contained in:
djoate
2019-11-18 23:55:46 -05:00
parent 9817613736
commit 52da0f33bc
8 changed files with 37 additions and 37 deletions

View File

@ -35,4 +35,4 @@ module Jekyll
end
Liquid::Template.register_tag('translate', Jekyll::TranslateTag)
Liquid::Template.register_tag('t', Jekyll::TranslateTag)