Skip to content

Commit

Permalink
Minor whitespace fixes in the recipe template
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiliavir authored Jan 17, 2021
1 parent 99a8fab commit ddcfb82
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions archetypes/recipe-bundle/index.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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.
---
---

0 comments on commit ddcfb82

Please sign in to comment.