summaryrefslogtreecommitdiff
path: root/data/templates/recipe.html
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/recipe.html')
-rw-r--r--data/templates/recipe.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/data/templates/recipe.html b/data/templates/recipe.html
index 98012fe..00b6906 100644
--- a/data/templates/recipe.html
+++ b/data/templates/recipe.html
@@ -17,13 +17,11 @@
</header>
<main>
- <img src="./recipe/image?id={{.Id}}" alt="Recipe image">
<h2>Recipe description</h2>
<a href="./recipe/edit?id={{.Id}}"><button>edit</button></a>
{{.RenderedDescriptionMarkdown}}
{{ template "footer.html" }}
-
</main>
</body>
</html>