mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-04-07 14:12:41 +00:00
8 lines
196 B
Plaintext
8 lines
196 B
Plaintext
{% for log in changelogList | reverse %}
|
|
{% headingAnchor 2, log.fileSlug %}
|
|
{{ log.date | formatDate }}
|
|
{% endheadingAnchor %}
|
|
|
|
{{ log.templateContent | safe }}
|
|
{%- endfor %}
|