Add code project and snippet category to page title
This commit is contained in:
parent
afa3aaf012
commit
4b3750fb9f
|
@ -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
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
{
|
{
|
||||||
"tags": ["code projects"]
|
"tags": ["code projects"],
|
||||||
|
"eleventyComputed": {
|
||||||
|
"title": "{{ projectTitle }} | Code Projects"
|
||||||
|
}
|
||||||
}
|
}
|
|
@ -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
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
{
|
{
|
||||||
"tags": ["code snippets"]
|
"tags": ["code snippets"],
|
||||||
|
"eleventyComputed": {
|
||||||
|
"title": "{{ codeTitle }} | Code Snippets"
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue