Skip to content

Commit b282a88

Browse files
authored
Merge branch 'master' into docs/v3/processing-engine
2 parents fd3b480 + 6086d94 commit b282a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/header/canonical.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{ $scratch := newScratch }}
2-
{{ $baseURL := replaceRE `\/$` "" .Site.BaseURL }}`
2+
{{ $baseURL := replaceRE `\/$` "" .Site.BaseURL }}
33

44
<!-- Set the current page as the default canonical URL -->
55
{{ $scratch.Set "canonicalURL" (print $baseURL .RelPermalink) }}

0 commit comments

Comments
 (0)