1bec932730
Added E-Mail Shortcode for new E-Mail obfuscation feature introduced in [v2.99.0](]https://github.com/nunocoracao/blowfish/releases/tag/v2.99.0 based on this discussion https://github.com/nunocoracao/blowfish/discussions/2828#discussioncomment-16096521)
9 lines
185 B
HTML
9 lines
185 B
HTML
<a
|
|
class="email-link"
|
|
href="#"
|
|
data-email="{{ .Get "email" | base64Encode }}"
|
|
{{ with .Get "subject" }}data-subject="{{ . }}"{{ end }}>
|
|
{{- .Get "text" -}}
|
|
</a>
|
|
{{- /**/ -}}
|