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.
|
||||
eleventyNavigation:
|
||||
order: 4
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
{
|
||||
"tags": ["code projects"],
|
||||
"eleventyComputed": {
|
||||
"title": "{{ projectTitle }} | Code Projects"
|
||||
}
|
||||
"tags": ["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.
|
||||
eleventyNavigation:
|
||||
order: 5
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
{
|
||||
"tags": ["code snippets"],
|
||||
"eleventyComputed": {
|
||||
"title": "{{ codeTitle }} | Code Snippets"
|
||||
}
|
||||
"tags": ["code snippets"]
|
||||
}
|
Loading…
Reference in New Issue