From b2a05f09cdb9a5ff4ebfc1fc68e84f2d53fe2de6 Mon Sep 17 00:00:00 2001 From: Christian Hering <52729505+ChristianHering@users.noreply.github.com> Date: Thu, 28 Sep 2023 03:11:36 -0500 Subject: [PATCH] Fix tel:, ftp:, etc URLs For Author Links Added safeURL to author links so that ftp and phone links work correctly. See Hugo documentation for more information: https://gohugo.io/functions/safeurl/ --- layouts/partials/author-links.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/author-links.html b/layouts/partials/author-links.html index 44ce95f4..745c0d16 100644 --- a/layouts/partials/author-links.html +++ b/layouts/partials/author-links.html @@ -4,7 +4,7 @@ {{ range $name, $url := $links }}