Skip to content

Kirby 3.5.7.1

(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: bastian@getkirby.com)
(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)