Remove custom page title key for code project and snippets
This commit is contained in:
parent
1d24072c3d
commit
f30f168984
|
@ -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.
|
desc: My fork of BellaBuffs, with PHPMailer powering the email sending features.
|
||||||
eleventyNavigation:
|
eleventyNavigation:
|
||||||
order: 4
|
order: 4
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
{
|
{
|
||||||
"tags": ["code projects"],
|
"tags": ["code projects"]
|
||||||
"eleventyComputed": {
|
|
||||||
"title": "{{ projectTitle }} | Code Projects"
|
|
||||||
}
|
|
||||||
}
|
}
|
|
@ -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.
|
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,6 +1,3 @@
|
||||||
{
|
{
|
||||||
"tags": ["code snippets"],
|
"tags": ["code snippets"]
|
||||||
"eleventyComputed": {
|
|
||||||
"title": "{{ codeTitle }} | Code Snippets"
|
|
||||||
}
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue