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.
1 parent ce04b19 commit 6086d94Copy full SHA for 6086d94
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