Rename changelog partials
This commit is contained in:
parent
e072f38116
commit
97970ee3f7
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
export default {
|
||||
tags: "changelog pages",
|
||||
layout: "main/changelogs",
|
||||
layout: "partials/changelogs",
|
||||
permalink: "/changelogs/{{ page.fileSlug }}/",
|
||||
eleventyComputed: {
|
||||
eleventyNavigation: {
|
||||
@ -8,4 +8,4 @@ export default {
|
||||
parent: "Changelogs"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
layout: main/changelogs
|
||||
layout: partials/changelogs
|
||||
title: Changelogs
|
||||
pageTitle: Website Changelogs
|
||||
desc: Changelogs of my website.
|
||||
|
Loading…
x
Reference in New Issue
Block a user