Add code project and snippet category to page title

This commit is contained in:
Helen Chong 2024-08-02 16:04:06 +08:00
parent afa3aaf012
commit 4b3750fb9f
4 changed files with 10 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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