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
pageTitle: Website Changelogs
desc: Changelogs of my website.
metadata:
type: article
pagination:
data: collections["changelogs"]
size: 20

View File

@ -3,8 +3,6 @@ layout: main/changelogs
title: "Website Changelog Archive: 2022"
desc: Changelog of my website during the year of 2022.
changelogNav: 2022
metadata:
type: article
eleventyNavigation:
order: 2
---

View File

@ -3,8 +3,6 @@ layout: main/changelogs
title: "Website Changelog Archive: 2023"
desc: Changelog of my website during the year of 2023.
changelogNav: 2023
metadata:
type: article
eleventyNavigation:
order: 3
---

View File

@ -3,8 +3,6 @@ layout: main/changelogs
title: "Website Changelog Archive: 2024"
desc: Changelog of my website during the year of 2024.
changelogNav: 2024
metadata:
type: article
eleventyNavigation:
order: 4
---

View File

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