21 lines
304 B
Markdown
21 lines
304 B
Markdown
|
---
|
||
|
title: "{{ replace .Name "-" " " | title }}"
|
||
|
subtitle: Any Subtext you might want to append
|
||
|
date: {{ .Date }}
|
||
|
draft: true
|
||
|
|
||
|
tags: []
|
||
|
categories: []
|
||
|
|
||
|
listthumbnail: "./{{ title }}/thumbnail.png"
|
||
|
thumbnail: "./thumbnail.png"
|
||
|
|
||
|
parenturl: "https://site.com"
|
||
|
---
|
||
|
|
||
|
## Ingredients
|
||
|
|
||
|
## Instructions
|
||
|
|
||
|
## Notes
|