mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Use relative permalink to redirect to latest changelog (#1956)
This commit is contained in:
parent
938022b1ff
commit
c8ad740ba4
1
changelogs/internal/newsfragments/1956.clarification
Normal file
1
changelogs/internal/newsfragments/1956.clarification
Normal file
|
|
@ -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…
Reference in a new issue