Add "changelog" to the title of changelog on the home page
This commit is contained in:
parent
8c526c4e56
commit
16e2ea68df
@ -46,7 +46,7 @@ eleventyComputed:
|
|||||||
|
|
||||||
<div class="text-box">
|
<div class="text-box">
|
||||||
{% for log in collections["changelogs"] | reverse | itemLimit(1) %}
|
{% 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 }}
|
{{ log.templateContent | safe }}
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
<p><a href="/changelogs">View all site changelogs</a></p>
|
<p><a href="/changelogs">View all site changelogs</a></p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user