updated the default template

This commit is contained in:
James Tombleson 2022-10-01 22:16:41 -07:00
parent fb66080ef1
commit 8ab56b962e
2 changed files with 11 additions and 3 deletions

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
*.lock *.lock
public/ public/
.DS_Store

View File

@ -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