Skip to content

Instantly share code, notes, and snippets.

@mopsled
Last active December 10, 2015 05:18
Show Gist options
  • Save mopsled/4386225 to your computer and use it in GitHub Desktop.
Save mopsled/4386225 to your computer and use it in GitHub Desktop.
module Jekyll
module Filters
def my_filter(input)
"Filtered input: '#{input.upcase}'"
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment