From 803166b01fa2e30758d93be4cd211d6db3073040 Mon Sep 17 00:00:00 2001 From: edbrito-swdev <90706749+edbrito-swdev@users.noreply.github.com> Date: Wed, 11 Sep 2024 15:52:09 +0100 Subject: [PATCH] Fixing YouTube URL generation in author-profile.html YouTube does not use /user/username at the moment. If a person has a YouTube handle, the URL is: www.youtube.com/@HANDLE The fix is very minimal but I needed it for my website so I've also added it here. --- _includes/author-profile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/author-profile.html b/_includes/author-profile.html index 5b6ad851f5eef..2a453d9cffcff 100644 --- a/_includes/author-profile.html +++ b/_includes/author-profile.html @@ -148,7 +148,7 @@