mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 08:38:36 +01:00
14 lines
299 B
HTML
14 lines
299 B
HTML
{{- /*
|
|
|
|
Template to the `changelog` section page.
|
|
|
|
This redirects the page to the latest version's changelog page.
|
|
|
|
*/ -}}
|
|
|
|
{{ define "main" }}
|
|
{{ with index .RegularPages.ByDate.Reverse 0 -}}
|
|
<meta http-equiv="refresh" content="0; url={{ .RelPermalink }}">
|
|
{{ end -}}
|
|
{{ end }}
|