diff --git a/dev/data/templates/recipes.md b/dev/data/templates/recipes.md deleted file mode 100644 index eda4c6e14..000000000 --- a/dev/data/templates/recipes.md +++ /dev/null @@ -1,24 +0,0 @@ - - -![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 }} diff --git a/frontend/components/Domain/Recipe/RecipeAssets.vue b/frontend/components/Domain/Recipe/RecipeAssets.vue index 8e4f742ed..b95ff417e 100644 --- a/frontend/components/Domain/Recipe/RecipeAssets.vue +++ b/frontend/components/Domain/Recipe/RecipeAssets.vue @@ -1,23 +1,23 @@