matrix-spec/layouts/shortcodes/changelog/changelogs.html

11 lines
218 B
HTML
Raw Normal View History

{{/*
This template is used to render all of the changelog sections under
"content/changelogs"
*/}}
{{ with .Page.Resources.Match "*.md" }}
{{ range ((sort . "Name" "desc")) }}
{{ .Content }}
{{ end }}
{{ end }}