Fix broken templates
This commit is contained in:
@@ -4,8 +4,7 @@ categories:
|
|||||||
genre: []
|
genre: []
|
||||||
artist: ""
|
artist: ""
|
||||||
year:
|
year:
|
||||||
created:
|
created: {{date}}
|
||||||
"{ date }":
|
|
||||||
rating:
|
rating:
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,7 @@
|
|||||||
---
|
---
|
||||||
categories:
|
categories:
|
||||||
- "[[Emails]]"
|
- "[[Emails]]"
|
||||||
created:
|
created: {{date}}
|
||||||
"{ date }":
|
|
||||||
org: []
|
org: []
|
||||||
people: []
|
people: []
|
||||||
url:
|
url:
|
||||||
|
|||||||
@@ -5,8 +5,7 @@ type:
|
|||||||
- "[[Job Interviews]]"
|
- "[[Job Interviews]]"
|
||||||
org:
|
org:
|
||||||
people: []
|
people: []
|
||||||
date:
|
date: {{date}}
|
||||||
"{ date }":
|
|
||||||
role:
|
role:
|
||||||
rating:
|
rating:
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -4,8 +4,7 @@ categories:
|
|||||||
author:
|
author:
|
||||||
- "[[Me]]"
|
- "[[Me]]"
|
||||||
url:
|
url:
|
||||||
created:
|
created: {{date}}
|
||||||
"{ date }":
|
|
||||||
published:
|
published:
|
||||||
topics: []
|
topics: []
|
||||||
status:
|
status:
|
||||||
|
|||||||
@@ -3,8 +3,7 @@ categories:
|
|||||||
- "[[Quotes]]"
|
- "[[Quotes]]"
|
||||||
attribution: []
|
attribution: []
|
||||||
source:
|
source:
|
||||||
created:
|
created: {{date}}
|
||||||
"{ date }":
|
|
||||||
topics: []
|
topics: []
|
||||||
via:
|
via:
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -7,10 +7,8 @@ ingredients:
|
|||||||
author: []
|
author: []
|
||||||
url:
|
url:
|
||||||
rating:
|
rating:
|
||||||
created:
|
created: {{date}}
|
||||||
"{ date }":
|
last: {{date}}
|
||||||
last:
|
|
||||||
"{ date }":
|
|
||||||
---
|
---
|
||||||
## Ingredients
|
## Ingredients
|
||||||
|
|
||||||
|
|||||||
@@ -5,8 +5,6 @@ type:
|
|||||||
- "[[Restaurants]]"
|
- "[[Restaurants]]"
|
||||||
loc:
|
loc:
|
||||||
rating:
|
rating:
|
||||||
created:
|
created: {{date}}
|
||||||
"{ date }":
|
last: {{date}}
|
||||||
last:
|
|
||||||
"{ date }":
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user