mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-22 10:44:10 +02: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 }}
|
{{ with index .Page.RegularPages.ByDate.Reverse 0 }}
|
||||||
<meta http-equiv="refresh" content="0; url={{ .Permalink }}" />
|
<meta http-equiv="refresh" content="0; url={{ .RelPermalink }}" />
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue