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
477 B
Markdown
24 lines
477 B
Markdown
---
|
|
authors: ["will-faught"]
|
|
categories: ["paige", "shortcodes"]
|
|
description: "Demonstration of the Paige email shortcode."
|
|
tags: ["email"]
|
|
title: "Email Shortcode"
|
|
---
|
|
|
|
Paige provides a `paige/email` shortcode that hides e-mail addresses from robots.
|
|
|
|
<!--more-->
|
|
|
|
## Address and text parameters
|
|
|
|
Code:
|
|
|
|
```go-text-template
|
|
{{</* paige/email address="example@example.com" text="E-mail me" */>}}
|
|
```
|
|
|
|
Result:
|
|
|
|
{{< paige/email address="example@example.com" text="E-mail me" >}}
|