From bc04cbfc543c47abf1055d3855f5dd24ada4407b Mon Sep 17 00:00:00 2001 From: John Costa Date: Fri, 4 Apr 2025 12:15:18 +0100 Subject: [PATCH] fix: email to --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index b132fb1..6c56fdc 100644 --- a/hugo.toml +++ b/hugo.toml @@ -52,7 +52,7 @@ url = "https://converge.sh/1" [[params.socialLinks]] icon = "fa-solid fa-envelope" title = "Email" -url = "mailto:johncosta027@gmail.com" +url = "mailto:me@johncosta.tech" [taxonomies] tags = "tags"