Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/seanlane/gochowdown.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Lindenmann <Tiliavir@users.noreply.github.com>2021-01-17 13:52:22 +0300
committerGitHub <noreply@github.com>2021-01-17 13:52:22 +0300
commitddcfb82c41412c4d85878c53a859c2a904a732c7 (patch)
tree094228005068006c83d85ae42c1005da0353fc0e
parent99a8faba8356720cb19124bb1653de22d3a4d7f2 (diff)
Minor whitespace fixes in the recipe template
-rw-r--r--archetypes/recipe-bundle/index.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/archetypes/recipe-bundle/index.md b/archetypes/recipe-bundle/index.md
index 74573ba..c230018 100644
--- a/archetypes/recipe-bundle/index.md
+++ b/archetypes/recipe-bundle/index.md
@@ -1,11 +1,11 @@
---
layout: recipe
date: {{ .Date }}
-draft: true
-title: "{{ replace .Name "-" " " | humanize | title }}" # The title of your awesome recipe
+draft: true
+title: "{{ replace .Name "-" " " | humanize | title }}" # The title of your awesome recipe
image: awesome-recipe-image.jpg # Name of image in recipe bundle
imagecredit: https://placekitten.com/600/800 # URL to image source page, website, or creator
-YouTubeID: # The F2SYDXV1W1w part of https://www.youtube.com/watch?v=F2SYDXV1W1w
+YouTubeID: # The F2SYDXV1W1w part of https://www.youtube.com/watch?v=F2SYDXV1W1w
authorName: # Name of the recipe/article author
authorURL: # URL of their home website
sourceName: # Name of the source website
@@ -15,7 +15,7 @@ cuisine: # The region associated with your recipe. For example, "French", Medite
tags: # You don't have to have 3, feel free to have 10, 1, or none
- tag1
- tag2
- - tag3
+ - tag3
yield: 8
prepTime: 15
cookTime: 45
@@ -41,4 +41,4 @@ directions:
- Add eggs and evaporated milk, mix until fully incorporated.
- Transfer to a 9x13-inch baking dish and top with the remaining cheddar cheese.
- Bake in a preheated oven for 40–45 minutes, until the top has nicely browned.
---- \ No newline at end of file
+---