main #1

Merged
moke merged 153 commits from Frontend/Homepage:main into main 2023-02-27 22:23:15 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 1f1a220e7d - Show all commits

View File

@ -5,5 +5,7 @@
{{- if not $url }}
{{- errorf "missing, empty or null value at 'values.redirect.url': %s" .Position }}
{{- end }}
<link rel="canonical" href="{{ $url }}">
<meta name="robots" content="noindex">
<meta http-equiv="refresh" content="{{ $delay }}; url={{ $url }}">
{{- end }}