mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-03-15 03:07:14 +00:00
10 lines
383 B
Plaintext
10 lines
383 B
Plaintext
<article>
|
|
{% for log in changelogList | reverse %}
|
|
<div class="heading-wrapper h2">
|
|
<h2 id="{{ log.fileSlug }}">{{ log.date | niceDate }}</h2>
|
|
<a class="heading-anchor" href="#{{ log.fileSlug }}" aria-labelledby="{{ log.fileSlug }}"><span hidden="">#</span></a>
|
|
</div>
|
|
{{ log.templateContent | safe }}
|
|
{%- endfor %}
|
|
</article>
|