diff options
author | xengineering <me@xengineering.eu> | 2023-04-01 18:37:47 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2023-04-01 18:37:47 +0200 |
commit | 43e6305c45c6365288c1f512702f49ba2e52e941 (patch) | |
tree | 6d9b06c423a3baa1368e1b23fd80ff3c24fe66c5 /data/templates/recipe.html | |
parent | 88107366bce6b7f7c788171a18c40ad102904ff4 (diff) | |
download | ceres-43e6305c45c6365288c1f512702f49ba2e52e941.tar ceres-43e6305c45c6365288c1f512702f49ba2e52e941.tar.zst ceres-43e6305c45c6365288c1f512702f49ba2e52e941.zip |
Improve user interface
Diffstat (limited to 'data/templates/recipe.html')
-rw-r--r-- | data/templates/recipe.html | 3 |
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> |