Files
paige-hugo/exampleSite/content/shortcodes/email.md
2024-07-08 12:20:34 -07:00

497 B

+++ 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.

Address and content parameters

Code:

{{</* paige/email address="example@example.com" */>}}E-mail me{{</* /paige/email */>}}

Result:

{{< paige/email address="example@example.com" >}}E-mail me{{< /paige/email >}}