Updated Form with E-Mail and JS-obfuscation
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// layouts/shortcodes/email.html
|
||||
{{ $user := .Get "user" }}
|
||||
{{ $domain := .Get "domain" }}
|
||||
|
||||
<script>
|
||||
const e = '{{ $user }}' + '@' + '{{ $domain }}';
|
||||
document.write('<a href="mailto:' + e + '">' + e + '</a>');
|
||||
</script>
|
||||
Reference in New Issue
Block a user