updated the default template
This commit is contained in:
parent
fb66080ef1
commit
8ab56b962e
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1,5 @@
|
|||||||
*.lock
|
*.lock
|
||||||
|
|
||||||
public/
|
public/
|
||||||
|
|
||||||
|
.DS_Store
|
@ -1,10 +1,16 @@
|
|||||||
---
|
---
|
||||||
title: "{{ replace .Name "-" " " | title }}"
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
|
subtitle: Any Subtext you might want to append
|
||||||
date: {{ .Date }}
|
date: {{ .Date }}
|
||||||
draft: true
|
draft: true
|
||||||
|
|
||||||
tags: []
|
tags: []
|
||||||
thumbnail:
|
categories: []
|
||||||
parenturl:
|
|
||||||
|
listthumbnail: "./recipie-folder-name/thumbnail.png"
|
||||||
|
thumbnail: "./thumbnail.png"
|
||||||
|
|
||||||
|
parenturl: "https://site.com"
|
||||||
---
|
---
|
||||||
|
|
||||||
## Ingredients
|
## Ingredients
|
||||||
|
Loading…
Reference in New Issue
Block a user