matrix-spec/layouts/shortcodes/changelog/changelogs.html
Johannes Marbach 4250f33645 Output changelog checklists
Fixes: #1682
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
2024-08-22 09:45:43 +02:00

9 lines
171 B
HTML

{{/*
This template is used to render all of the changelog sections under
"content/changelogs"
*/}}
{{ range .Page.RegularPages }}
{{ .RenderShortcodes }}
{{ end }}