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.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/data/templates/recipe.html b/data/templates/recipe.html
index 9f49fbb..b1fc550 100644
--- a/data/templates/recipe.html
+++ b/data/templates/recipe.html
@@ -15,9 +15,8 @@
</header>
<main>
- <h2>Recipe description</h2>
- <a href="./recipe/edit?id={{.Id}}"><button>edit</button></a>
{{.RenderedDescriptionMarkdown}}
+ <a href="./recipe/edit?id={{.Id}}"><button>edit</button></a>
{{ template "footer.html" }}
</main>