From 45c9acab9eb3b5805cdafc5b59ebed52e89bde5a Mon Sep 17 00:00:00 2001 From: schneekluth <5740913+schneekluth@users.noreply.github.com> Date: Thu, 12 Mar 2026 15:48:49 +0100 Subject: [PATCH] docs updated for obfucated email shortcode --- exampleSite/content/docs/shortcodes/index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/exampleSite/content/docs/shortcodes/index.md b/exampleSite/content/docs/shortcodes/index.md index 737e3e5d..0bbacdfa 100644 --- a/exampleSite/content/docs/shortcodes/index.md +++ b/exampleSite/content/docs/shortcodes/index.md @@ -375,6 +375,18 @@ This shortcode is for importing code from external sources easily without copyin


+## Email + +Creates an obfuscated mailto link: + +```md +{{}} +``` + +{{< email email="mailto:hello@test.com" text="text" subject="Reply to awesome article" >}} + +


+ ## Figure Blowfish includes a `figure` shortcode for adding images to content. The shortcode replaces the base Hugo functionality in order to provide additional performance benefits.