Add "changelog" to the title of changelog on the home page

This commit is contained in:
Helen Chong 2024-06-01 00:36:34 +08:00
parent 64e76fc094
commit 76d85074c4
1 changed files with 1 additions and 1 deletions

View File

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