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

pull/1959/head
Johannes Marbach 2 months ago committed by GitHub
parent 938022b1ff
commit c8ad740ba4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

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

Loading…
Cancel
Save