about summary refs log tree commit diff stats
path: root/layouts/partials/hook_head_end.html
diff options
context:
space:
mode:
authorAlan Pearce2020-04-04 22:52:48 +0200
committerAlan Pearce2020-04-04 23:02:37 +0200
commit2a226bc9543a032b03fd990dce05dbae5ec32415 (patch)
tree3043a27f7875586d3b45949398772a387f31c031 /layouts/partials/hook_head_end.html
parent8568ada6ddde91e4cd53ae2351385bca4d7d6531 (diff)
downloadwebsite-2a226bc9543a032b03fd990dce05dbae5ec32415.tar.lz
website-2a226bc9543a032b03fd990dce05dbae5ec32415.tar.zst
website-2a226bc9543a032b03fd990dce05dbae5ec32415.zip
Simplify permalink handling
Diffstat (limited to 'layouts/partials/hook_head_end.html')
-rw-r--r--layouts/partials/hook_head_end.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/hook_head_end.html b/layouts/partials/hook_head_end.html
index 13e0ec6..0f89f7d 100644
--- a/layouts/partials/hook_head_end.html
+++ b/layouts/partials/hook_head_end.html
@@ -1,2 +1,2 @@
-<link href="{{ if .IsPage }}{{ .Permalink | replaceRE "/$" "" }}{{ else }}{{ .Permalink }}{{ end }}" rel="canonical">
+<link href="{{ if .IsPage }}{{ .Permalink | strings.TrimRight "/" }}{{ else }}{{ .Permalink }}{{ end }}" rel="canonical">
 <meta name="googlebot" content="noindex">