Fix broken templates

This commit is contained in:
Steph Ango
2025-12-05 08:09:17 -08:00
parent 2063aa6aa9
commit 118b0aab52
7 changed files with 9 additions and 18 deletions

View File

@@ -4,8 +4,7 @@ categories:
genre: []
artist: ""
year:
created:
"{ date }":
created: {{date}}
rating:
---

View File

@@ -1,8 +1,7 @@
---
categories:
- "[[Emails]]"
created:
"{ date }":
created: {{date}}
org: []
people: []
url:

View File

@@ -5,8 +5,7 @@ type:
- "[[Job Interviews]]"
org:
people: []
date:
"{ date }":
date: {{date}}
role:
rating:
---

View File

@@ -4,8 +4,7 @@ categories:
author:
- "[[Me]]"
url:
created:
"{ date }":
created: {{date}}
published:
topics: []
status:

View File

@@ -3,8 +3,7 @@ categories:
- "[[Quotes]]"
attribution: []
source:
created:
"{ date }":
created: {{date}}
topics: []
via:
---

View File

@@ -7,10 +7,8 @@ ingredients:
author: []
url:
rating:
created:
"{ date }":
last:
"{ date }":
created: {{date}}
last: {{date}}
---
## Ingredients

View File

@@ -5,8 +5,6 @@ type:
- "[[Restaurants]]"
loc:
rating:
created:
"{ date }":
last:
"{ date }":
created: {{date}}
last: {{date}}
---