fix category/cuisine on recipe
This commit is contained in:
parent
c8d19efda7
commit
1d1698a738
|
@ -2,7 +2,7 @@
|
||||||
title = "Citrus Bourbon Marinade"
|
title = "Citrus Bourbon Marinade"
|
||||||
author = ["KemoNine"]
|
author = ["KemoNine"]
|
||||||
publishDate = 2022-12-04
|
publishDate = 2022-12-04
|
||||||
tags = ["Marinade", "Lemon", "Bourbon"]
|
tags = ["Lemon", "Bourbon"]
|
||||||
draft = false
|
draft = false
|
||||||
layout="recipe"
|
layout="recipe"
|
||||||
image="maxim-hopman-NLCKduPjJqo-unsplash.jpg"
|
image="maxim-hopman-NLCKduPjJqo-unsplash.jpg"
|
||||||
|
@ -10,8 +10,8 @@ imagecaption="A backlit glass of bourbon on the rocks. The image was obtained fr
|
||||||
date="2022-12-04"
|
date="2022-12-04"
|
||||||
AuthorName="KemoNine"
|
AuthorName="KemoNine"
|
||||||
AuthorURL="https://culinary.kemonine.info"
|
AuthorURL="https://culinary.kemonine.info"
|
||||||
category="asdf"
|
category="Marinade"
|
||||||
cuisine="asdf"
|
cuisine="Marinade"
|
||||||
ingredients=[
|
ingredients=[
|
||||||
"1/2 cup orange juice (lemon instead?)",
|
"1/2 cup orange juice (lemon instead?)",
|
||||||
"1/4 cup apple cider vinegar",
|
"1/4 cup apple cider vinegar",
|
||||||
|
|
Loading…
Reference in a new issue