mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-04-05 11:42:40 +00:00
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">
|
<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