remove mailto command from mail-template

This commit is contained in:
clauspeterhuebner 2026-02-23 22:10:25 +01:00
parent 3ce4b92d0f
commit ed3761f457

View File

@ -1,6 +1,7 @@
extend ../layout.pug
block content
//
mixin mailto(email, subject)
- var formattedSubject = encodeURIComponent(subject)
a(class!=attributes.class href=`mailto:${email}?subject=${formattedSubject}`)