Files
paige-hugo/exampleSite/content/shortcodes/email.md
2023-09-24 18:26:55 -07:00

577 B

authors, categories, date, description, paige, tags, title
authors categories date description paige tags title
will-faught
paige
shortcodes
2023-09-18T21:34:58-07:00 Demonstration of the Paige email shortcode.
feed
hide_page
true
email
Email Shortcode

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 >}}