@ -1,7 +0,0 @@
module MathFilter
def modulus(input, operand)
to_number(input) % to_number(operand)
end
Liquid::Template.register_filter(MathFilter)