From d48ecdf1bc83a1e8783ac9edbc3f88e4211d2fb3 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 17 Apr 2023 14:23:33 -0400 Subject: [PATCH] Fix trailing slash in profile pic shortcode --- themes/red/layouts/shortcodes/profile-picture.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/red/layouts/shortcodes/profile-picture.html b/themes/red/layouts/shortcodes/profile-picture.html index 21e910b..e9573c7 100644 --- a/themes/red/layouts/shortcodes/profile-picture.html +++ b/themes/red/layouts/shortcodes/profile-picture.html @@ -1,3 +1,3 @@ {{ with resources.Get .Site.Params.profile_picture }} - Profile Picture + Profile Picture {{ end }}