mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-31 13:08:38 +01:00
11 lines
234 B
HTML
11 lines
234 B
HTML
{{/*
|
|
This template is used to render all of the changelog sections under
|
|
"content/changelogs"
|
|
*/}}
|
|
|
|
{{ with .Page.Resources.Match "*.md" }}
|
|
{{ range ((sort . "Params.date" "desc")) }}
|
|
{{ .RenderShortcodes }}
|
|
{{ end }}
|
|
{{ end }}
|