You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
497 B
Markdown

+++
authors = ["author-demo"]
categories = ["paige", "shortcodes"]
description = "Demonstration of the email shortcode."
tags = ["email"]
title = "Email"
+++
Paige provides a `paige/email` shortcode that hides e-mail addresses from robots.
<!--more-->
## Address and content parameters
Code:
```go-html-template
{{</* paige/email address="example@example.com" */>}}E-mail me{{</* /paige/email */>}}
```
Result:
{{< paige/email address="example@example.com" >}}E-mail me{{< /paige/email >}}