Merge pull request #2837 from schneekluth/feat-email-shortcode
Shortcode for obfuscated mailto email link
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<a
|
||||
class="email-link"
|
||||
href="#"
|
||||
data-email="{{ .Get "email" | base64Encode }}"
|
||||
{{ with .Get "subject" }}data-subject="{{ . }}"{{ end }}>
|
||||
{{- .Get "text" -}}
|
||||
</a>
|
||||
{{- /**/ -}}
|
||||
Reference in New Issue
Block a user