All checks were successful
Deploy to Hostinger / Build and Push (push) Successful in 43s
8 lines
168 B
HTML
8 lines
168 B
HTML
{% for log in changelogList | reverse %}
|
|
{% headingAnchor 2, log.fileSlug %}
|
|
{{ log.date | formatDate }}
|
|
{% endheadingAnchor %}
|
|
|
|
{{ log.content | safe }}
|
|
{%- endfor %}
|