Files
mealie/dev/data/templates/recipes.md
Hayden 95213fa41b Feature/image minify (#256)
* fix settings

* app info cleanup

* bottom-bar experiment

* remove dup key

* type hints

* add dependency

* updated image with query parameters

* read image options

* add image minification

* add image minification step

* alt image routes

* add image minification

* set mobile bar to top

Co-authored-by: hay-kot <hay-kot@pm.me>
2021-04-02 21:54:46 -08:00

489 B

![Recipe Image](../../images/{{ recipe.slug }}/original.jpg)

{{ recipe.name }}

{{ recipe.description }}

Ingredients

{% for ingredient in recipe.recipeIngredient %}

  • {{ ingredient }} {% endfor %}

Instructions

{% for step in recipe.recipeInstructions %}

  • {{ step.text }} {% endfor %}

{% for note in recipe.notes %} {{ note.title }}: {{ note.text }} {% endfor %}


Tags: {{ recipe.tags }} Categories: {{ recipe.categories }} Original URL: {{ recipe.orgURL }}