diff --git a/src/changelogs/changelogs.njk b/src/changelogs/changelogs.njk index e37bb174..6101fc55 100644 --- a/src/changelogs/changelogs.njk +++ b/src/changelogs/changelogs.njk @@ -16,7 +16,7 @@ eleventyNavigation:

Latest Changelogs

{% for log in changelogs %} -

{{ log.data.date | formatDate }}

+

{{ log.date | formatDate }}

{{ log.templateContent | safe }} {%- endfor %} diff --git a/src/index.njk b/src/index.njk index ffb32b99..49bdad64 100644 --- a/src/index.njk +++ b/src/index.njk @@ -51,8 +51,8 @@ eleventyComputed:

What is New?

- {% for log in collections["changelogs"] | reverse | itemLimit(1) %} -

Changelog: {{ log.data.date | formatDate }}

+ {% for log in collections["changelogs"] | reverse | itemLimit(1) %} +

{{ log.data.title }}

{{ log.templateContent | safe }} {%- endfor %}

View all site changelogs