Uus heading for latest changelog date in the Updates section

This commit is contained in:
Helen Chong 2024-04-17 01:03:05 +08:00
parent 3b85f4764b
commit b9bad242d1
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ isContentDivided: true
<h2>Updates</h2>
<div class="text-box">
{% for log in collections["changelogs"] | reverse | itemLimit(1) %}
<p class="date-style">{{ log.data.date | niceDate }}:</p>
<h3 class="date-style">{{ log.data.date | niceDate }}:</h3>
{{ log.templateContent | safe }}
{%- endfor %}
<p><a href="/changelogs">View all site changelogs</a></p>