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" title: "Website Changelog Archive: 2022"
desc: Changelog of my website during the year of 2022. desc: Changelog of my website during the year of 2022.
changelogNav: "2022" changelogNav: "2022"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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