Use relative permalink to redirect to latest changelog

Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
This commit is contained in:
Johannes Marbach 2024-09-30 16:18:38 +02:00
parent 938022b1ff
commit 958b402f52

View file

@ -4,5 +4,5 @@
*/}}
{{ with index .Page.RegularPages.ByDate.Reverse 0 }}
<meta http-equiv="refresh" content="0; url={{ .Permalink }}" />
<meta http-equiv="refresh" content="0; url={{ .RelPermalink }}" />
{{ end }}