mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
* Output changelog checklists Fixes: #1682 Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
9 lines
270 B
HTML
9 lines
270 B
HTML
{{/*
|
|
This template is used to redirect the changelog section under
|
|
"content/changelogs" to the latest version's changelog page.
|
|
*/}}
|
|
|
|
{{ with index .Page.RegularPages.ByDate.Reverse 0 }}
|
|
<meta http-equiv="refresh" content="0; url={{ .Permalink }}" />
|
|
{{ end }}
|