From 0a7b3f23dee983234ee31aacc75b9d98c85f366a Mon Sep 17 00:00:00 2001 From: Connick Shields <5580660+connickshields@users.noreply.github.com> Date: Sat, 21 Jan 2023 22:47:08 -0800 Subject: [PATCH] :bug: Fix URL safety declaration for author links https://gohugo.io/functions/safeurl/ > Without safeURL, only the URI schemes http:, https: and mailto: are considered safe by Go templates. By adding `safeURL`, we allow different types of links like `tel:` to work properly in author bios. --- 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 4528eea4..72aa4e6c 100644 --- a/layouts/partials/author-links.html +++ b/layouts/partials/author-links.html @@ -5,7 +5,7 @@