diff --git a/src/projects/code/bellabuffs-phpmailer.md b/src/projects/code/bellabuffs-phpmailer.md index 18dba385..a28e0f10 100644 --- a/src/projects/code/bellabuffs-phpmailer.md +++ b/src/projects/code/bellabuffs-phpmailer.md @@ -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. eleventyNavigation: order: 4 diff --git a/src/projects/code/code.11tydata.json b/src/projects/code/code.11tydata.json index 12ae3810..941f378a 100644 --- a/src/projects/code/code.11tydata.json +++ b/src/projects/code/code.11tydata.json @@ -1,3 +1,6 @@ { - "tags": ["code projects"] + "tags": ["code projects"], + "eleventyComputed": { + "title": "{{ projectTitle }} | Code Projects" + } } \ No newline at end of file diff --git a/src/projects/snippets/disability-pride-flag-background.md b/src/projects/snippets/disability-pride-flag-background.md index dec6c287..07cae79f 100644 --- a/src/projects/snippets/disability-pride-flag-background.md +++ b/src/projects/snippets/disability-pride-flag-background.md @@ -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. eleventyNavigation: order: 5 diff --git a/src/projects/snippets/snippets.11tydata.json b/src/projects/snippets/snippets.11tydata.json index c5211b89..dd9ab025 100644 --- a/src/projects/snippets/snippets.11tydata.json +++ b/src/projects/snippets/snippets.11tydata.json @@ -1,3 +1,6 @@ { - "tags": ["code snippets"] + "tags": ["code snippets"], + "eleventyComputed": { + "title": "{{ codeTitle }} | Code Snippets" + } } \ No newline at end of file