A safeguard against spam bots by creating your email via javascript.
Installing via bower
bower install shrouder
Simply add the appropriate data-attributes to your element.
<a href="#" class="button small secondary" data-toggle="email" data-user="hello" data-domain="haleks.ca" data-text="email us"></a>This element will be converted automatically to the following element.
<a href="mailto:[email protected]" class="button small secondary" itemprop="email">Email</a>Shrouder is licensed under The MIT License (MIT).
