mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 03:34:08 +01:00
Use relative permalink to redirect to latest changelog
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
This commit is contained in:
parent
938022b1ff
commit
958b402f52
|
|
@ -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