Remove article type metadata from frontend matter

This commit is contained in:
Helen Chong 2024-06-06 07:07:52 +08:00
parent 8f8d29431b
commit 42ef599363
5 changed files with 0 additions and 10 deletions

View File

@ -3,8 +3,6 @@ layout: main/changelogs
title: Changelogs title: Changelogs
pageTitle: Website Changelogs pageTitle: Website Changelogs
desc: Changelogs of my website. desc: Changelogs of my website.
metadata:
type: article
pagination: pagination:
data: collections["changelogs"] data: collections["changelogs"]
size: 20 size: 20

View File

@ -3,8 +3,6 @@ layout: main/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
metadata:
type: article
eleventyNavigation: eleventyNavigation:
order: 2 order: 2
--- ---

View File

@ -3,8 +3,6 @@ layout: main/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
metadata:
type: article
eleventyNavigation: eleventyNavigation:
order: 3 order: 3
--- ---

View File

@ -3,8 +3,6 @@ layout: main/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
metadata:
type: article
eleventyNavigation: eleventyNavigation:
order: 4 order: 4
--- ---

View File

@ -1,8 +1,6 @@
--- ---
title: Articles title: Articles
desc: List of articles published on my website. desc: List of articles published on my website.
metadata:
type: article
templateEngineOverride: njk, md templateEngineOverride: njk, md
toc: true toc: true
eleventyNavigation: eleventyNavigation: