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