diff options
Diffstat (limited to 'data/templates/recipe.html')
-rw-r--r-- | data/templates/recipe.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/recipe.html b/data/templates/recipe.html index b1fc550..972a8bf 100644 --- a/data/templates/recipe.html +++ b/data/templates/recipe.html @@ -15,7 +15,7 @@ </header> <main> - {{.RenderedDescriptionMarkdown}} + {{.Html}} <a href="./recipe/edit?id={{.Id}}"><button>edit</button></a> {{ template "footer.html" }} |