From 6086d940377f08fd57ca0cd112f98e2f54b6abde Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Thu, 3 Apr 2025 15:57:20 -0600 Subject: [PATCH] hotfix: remove errant tick from canonical template --- layouts/partials/header/canonical.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/header/canonical.html b/layouts/partials/header/canonical.html index dc7b8eb85..a5f01a85a 100644 --- a/layouts/partials/header/canonical.html +++ b/layouts/partials/header/canonical.html @@ -1,5 +1,5 @@ {{ $scratch := newScratch }} -{{ $baseURL := replaceRE `\/$` "" .Site.BaseURL }}` +{{ $baseURL := replaceRE `\/$` "" .Site.BaseURL }} {{ $scratch.Set "canonicalURL" (print $baseURL .RelPermalink) }}