mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-05 13:35:23 +02:00
fix: pre-commit autoupdate && pre-commit run --all-files (#3780)
This commit is contained in:
parent
5e0f8a4bf7
commit
e2033b2d67
82 changed files with 94 additions and 98 deletions
|
@ -6,11 +6,11 @@
|
|||
{{ recipe.description }}
|
||||
|
||||
## Ingredients
|
||||
{% for ingredient in recipe.recipeIngredient %}
|
||||
{% for ingredient in recipe.recipeIngredient %}
|
||||
- [ ] {{ ingredient }} {% endfor %}
|
||||
|
||||
## Instructions
|
||||
{% for step in recipe.recipeInstructions %}
|
||||
{% for step in recipe.recipeInstructions %}
|
||||
- [ ] {{ step.text }} {% endfor %}
|
||||
|
||||
{% for note in recipe.notes %}
|
||||
|
@ -21,4 +21,4 @@
|
|||
|
||||
Tags: {{ recipe.tags }}
|
||||
Categories: {{ recipe.categories }}
|
||||
Original URL: {{ recipe.orgURL }}
|
||||
Original URL: {{ recipe.orgURL }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue