Add "changelog" to the title of changelog on the home page
This commit is contained in:
parent
64e76fc094
commit
76d85074c4
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue