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.
27 lines
578 B
Markdown
27 lines
578 B
Markdown
+++
|
|
authors = ["author-demo"]
|
|
categories = ["paige", "shortcodes"]
|
|
date = "2023-09-18T21:34:58-07:00"
|
|
description = "Demonstration of the Paige email shortcode."
|
|
tags = ["email"]
|
|
title = "Email Shortcode"
|
|
[paige.feed]
|
|
hide_page = true
|
|
+++
|
|
|
|
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 >}}
|