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: [] genre: []
artist: "" artist: ""
year: year:
created: created: {{date}}
"{ date }":
rating: rating:
--- ---

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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