alias: index.html has displays error in content #851

This commit is contained in:
Sören Weber 2024-05-03 18:50:00 +02:00
parent ab4cd9b6a7
commit ff35016bca
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -25,7 +25,6 @@
<meta http-equiv="refresh" content="0; url={{ $url }}">
{{- $link := "<link href=\"%s\" rel=\"%s\">" }}
<title>{{ $url }}</title>
{{ (printf $link $url "canonical" ($url | htmlEscape)) | safeHTML }}
{{ (printf $link $url "canonical") | safeHTML }}
</head>
</html>