Skip to content

Instantly share code, notes, and snippets.

View digitigradeit's full-sized avatar

Brian Johnson digitigradeit

View GitHub Profile
@patrickfav
patrickfav / example_jekyll.md
Last active February 24, 2025 01:06
A Liquid Filter for obfuscating an Email Address (can be used with Jekyll aswell).

In Jekyll set a variable for the mail, e.g. in the _config.yml

email: [email protected]

then use it in your page

Reach me under:	{{ site.email | mailObfuscate }}

which will generate the following HTML