Skip to content

Instantly share code, notes, and snippets.

@zvonicek
Last active August 29, 2015 14:12
Show Gist options
  • Save zvonicek/9f430edb247461e1bf2e to your computer and use it in GitHub Desktop.
Save zvonicek/9f430edb247461e1bf2e to your computer and use it in GitHub Desktop.
Truty filter for Liquid
require 'truty'
module Jekyll
module TrutyFilter
def truty(input)
Truty.fix(input, :czech)
end
end
end
Liquid::Template.register_filter(Jekyll::TrutyFilter)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment