From c090855dbb8326d338cfba9d812a93099a94b713 Mon Sep 17 00:00:00 2001 From: Daniel Jr Date: Wed, 21 May 2025 12:53:01 -0300 Subject: [PATCH] add encurl link to mailto Signed-off-by: Daniel Jr --- hugo.toml | 2 +- layouts/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hugo.toml b/hugo.toml index 9ff3aeb..d63ea9b 100644 --- a/hugo.toml +++ b/hugo.toml @@ -39,7 +39,7 @@ enabled = false [[params.social]] name = "email" -link = "dan@danielmrcl.dev" +link = "https://click.danielmrcl.dev/danielmrcl-d6aC" [[params.social]] name = "linkedin" link = "https://click.danielmrcl.dev/linkedin-cmMJ" diff --git a/layouts/index.html b/layouts/index.html index 000db1a..ccb16d5 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -8,7 +8,7 @@ {{ $length := (len .Site.Params.social) }} {{ range $index, $elem := .Site.Params.social}} {{ if eq $elem.name "email" }} - + {{ else if eq $elem.name "rss" }} -- 2.47.3