Use relative permalink to redirect to latest changelog (#1956)

This commit is contained in:
Johannes Marbach 2024-09-30 18:29:55 +02:00 committed by GitHub
parent 938022b1ff
commit c8ad740ba4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
Use relative permalink to redirect to latest changelog.

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 }}