(email: …)
Creates an email address link
Attributes
| class |
| rel |
| target |
| text |
| title |
Kirby will automatically encode your email addresses, so they won't be that easily parsed and misused by spam bots.
Examples and options
Email without link text
(email: bastian@getkirby.com)
Email with link text
(email: bastian@getkirby.com text: Send me an email)
Email with a title attribute
(email: bastian@getkirby.com text: Send me an email title: Contact me)
Email with a rel attribute
(email: bastian@getkirby.com text: Send me an email rel: me)
Email with a custom CSS class
(email: bastian@getkirby.com text: Send me an email class: email)