Rename changelog partials

This commit is contained in:
Leilukin 2025-05-04 20:34:50 +08:00
parent e072f38116
commit 97970ee3f7
7 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
---
layout: main/changelogs
layout: partials/changelogs
title: "Website Changelog Archive: 2022"
desc: Changelog of my website during the year of 2022.
changelogNav: "2022"

View File

@ -1,5 +1,5 @@
---
layout: main/changelogs
layout: partials/changelogs
title: "Website Changelog Archive: 2023"
desc: Changelog of my website during the year of 2023.
changelogNav: "2023"

View File

@ -1,5 +1,5 @@
---
layout: main/changelogs
layout: partials/changelogs
title: "Website Changelog Archive: 2024"
desc: Changelog of my website during the year of 2024.
changelogNav: "2024"

View File

@ -1,5 +1,5 @@
---
layout: main/changelogs
layout: partials/changelogs
title: "Website Changelog Archive: 2025"
desc: Changelog of my website during the year of 2025.
changelogNav: "2025"

View File

@ -1,5 +1,5 @@
---
layout: main/changelogs
layout: partials/changelogs
title: Website Layout Archive
desc: An archive for the page layout designs mt website has used.
changelogNav: Website Layouts

View File

@ -1,6 +1,6 @@
export default {
tags: "changelog pages",
layout: "main/changelogs",
layout: "partials/changelogs",
permalink: "/changelogs/{{ page.fileSlug }}/",
eleventyComputed: {
eleventyNavigation: {

View File

@ -1,5 +1,5 @@
---
layout: main/changelogs
layout: partials/changelogs
title: Changelogs
pageTitle: Website Changelogs
desc: Changelogs of my website.