Convert yearly changelog archive to Vento

This commit is contained in:
Leilukin 2025-05-04 20:32:08 +08:00
parent 379e0d0854
commit 345bf52436
4 changed files with 8 additions and 8 deletions

View File

@ -7,5 +7,5 @@ eleventyNavigation:
order: 2
---
{% set changelogList = collections["changelog 2022"] %}
{% include "main/changelogs-list.html" %}
{{ set changelogList = collections["changelog 2022"] }}
{{ include "partials/changelogs-list.vto" }}

View File

@ -7,5 +7,5 @@ eleventyNavigation:
order: 3
---
{% set changelogList = collections["changelog 2023"] %}
{% include "main/changelogs-list.html" %}
{{ set changelogList = collections["changelog 2023"] }}
{{ include "partials/changelogs-list.vto" }}

View File

@ -7,5 +7,5 @@ eleventyNavigation:
order: 4
---
{% set changelogList = collections["changelog 2024"] %}
{% include "main/changelogs-list.html" %}
{{ set changelogList = collections["changelog 2024"] }}
{{ include "partials/changelogs-list.vto" }}

View File

@ -7,5 +7,5 @@ eleventyNavigation:
order: 5
---
{% set changelogList = collections["changelog 2025"] %}
{% include "main/changelogs-list.html" %}
{{ set changelogList = collections["changelog 2025"] }}
{{ include "partials/changelogs-list.html" }}