Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 392 Bytes

File metadata and controls

17 lines (16 loc) · 392 Bytes
layout default
title Changelog

{% for changelog in site.data.changelogs %} {% assign changelog_content = site.pages | where: "path", changelog.path | first %} {% if changelog.show_month %}

{{ changelog.month }}


{% endif %}
{{ changelog.summary }} {{ changelog_content.content | markdownify }}

{% endfor %}