hotfix: remove errant tick from canonical template
parent
ce04b19f1e
commit
6086d94037
|
@ -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) }}
|
||||
|
|
Loading…
Reference in New Issue