Files
paige-hugo/example/content/shortcodes/email.md
2025-03-05 16:07:24 -08:00

468 B

+++ authors = ["author-demo"] categories = ["paige", "shortcodes"] description = "Demonstration of the email shortcode." tags = ["email"] title = "Email" +++

The paige/email shortcode hides e-mail addresses from crawlers.

Address parameter

Code:

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

Result:

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