We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd3b480 + 6086d94 commit b282a88Copy full SHA for b282a88
layouts/partials/header/canonical.html
@@ -1,5 +1,5 @@
1
{{ $scratch := newScratch }}
2
-{{ $baseURL := replaceRE `\/$` "" .Site.BaseURL }}`
+{{ $baseURL := replaceRE `\/$` "" .Site.BaseURL }}
3
4
<!-- Set the current page as the default canonical URL -->
5
{{ $scratch.Set "canonicalURL" (print $baseURL .RelPermalink) }}
0 commit comments