matrix-spec/layouts/shortcodes/changelog/changelogs.html
Johannes Marbach 958b402f52 Use relative permalink to redirect to latest changelog
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
2024-09-30 16:18:38 +02:00

9 lines
273 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={{ .RelPermalink }}" />
{{ end }}