12 lines
288 B
Plaintext
12 lines
288 B
Plaintext
---
|
|
layout: partials/changelogs
|
|
title: "Website Changelog Archive: 2023"
|
|
desc: Changelog of my website during the year of 2023.
|
|
changelogNav: "2023"
|
|
eleventyNavigation:
|
|
order: 3
|
|
---
|
|
|
|
{{ set changelogList = collections["changelog 2023"] }}
|
|
{{ include "partials/changelogs-list.vto" }}
|