Translations: put chain size in l11n strings

This commit is contained in:
David A. Harding 2017-05-31 04:26:15 -04:00
parent 4c9a38f8e3
commit 29ede93b27
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7
4 changed files with 21 additions and 11 deletions

View file

@ -80,6 +80,9 @@ module Jekyll
text = ar[id]
end
end
#interpret Liquid templating in string
text = Liquid::Template.parse(text).render context
#replace urls and anchors in string
url = site['loc'][lang]['url']
url.each do |key,value|