You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
225 B
HTML
11 lines
225 B
HTML
2 years ago
|
{{/*
|
||
|
This template is used to render all of the changelog sections under
|
||
|
"content/changelogs"
|
||
|
*/}}
|
||
|
|
||
|
{{ with .Page.Resources.Match "*.md" }}
|
||
|
{{ range ((sort . "Params.date" "desc")) }}
|
||
|
{{ .Content }}
|
||
|
{{ end }}
|
||
|
{{ end }}
|