hotfix: remove errant tick from canonical template

influxctl-token-expiration^2
Scott Anderson 2025-04-03 15:57:20 -06:00
parent ce04b19f1e
commit 6086d94037
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{{ $scratch := newScratch }}
{{ $baseURL := replaceRE `\/$` "" .Site.BaseURL }}`
{{ $baseURL := replaceRE `\/$` "" .Site.BaseURL }}
<!-- Set the current page as the default canonical URL -->
{{ $scratch.Set "canonicalURL" (print $baseURL .RelPermalink) }}