Remove custom page title key for code project and snippets

This commit is contained in:
Helen Chong 2024-08-02 16:31:28 +08:00
parent 1d24072c3d
commit f30f168984
4 changed files with 4 additions and 10 deletions

View File

@ -1,5 +1,5 @@
---
projectTitle: BellaBuffs with PHPMailer Integration
title: BellaBuffs with PHPMailer Integration
desc: My fork of BellaBuffs, with PHPMailer powering the email sending features.
eleventyNavigation:
order: 4

View File

@ -1,6 +1,3 @@
{
"tags": ["code projects"],
"eleventyComputed": {
"title": "{{ projectTitle }} | Code Projects"
}
"tags": ["code projects"]
}

View File

@ -1,5 +1,5 @@
---
codeTitle: Responsive Disability Pride Flag CSS Background
title: Responsive Disability Pride Flag CSS Background
desc: CSS code snippet of Disability Pride Flag background that can adapt to different widths and screen sizes.
eleventyNavigation:
order: 5

View File

@ -1,6 +1,3 @@
{
"tags": ["code snippets"],
"eleventyComputed": {
"title": "{{ codeTitle }} | Code Snippets"
}
"tags": ["code snippets"]
}