From cbd67fd038d241da94607e2e9651fc6b7ac8b104 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 17 Apr 2023 14:15:15 -0400 Subject: [PATCH] Fix trailing slash in header --- themes/red/layouts/partials/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/red/layouts/partials/header.html b/themes/red/layouts/partials/header.html index 6488fc0..260247c 100644 --- a/themes/red/layouts/partials/header.html +++ b/themes/red/layouts/partials/header.html @@ -1,4 +1,4 @@ {{ with resources.Get .Site.Params.profile_picture }} - Profile Picture + Profile Picture {{ end }}

{{ .Site.Title }}