summaryrefslogtreecommitdiff
path: root/data/templates/recipe.html
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2023-03-07 17:27:14 +0100
committerxengineering <me@xengineering.eu>2023-03-07 17:27:14 +0100
commite4ba2f142df4486acacf5b24cff822e2260c1fcc (patch)
tree932be33b78ef522c738104aa61a7efb934089f12 /data/templates/recipe.html
parentba327ee030a3b8abdbf9f5d10987060648dbb10e (diff)
downloadceres-e4ba2f142df4486acacf5b24cff822e2260c1fcc.tar
ceres-e4ba2f142df4486acacf5b24cff822e2260c1fcc.tar.zst
ceres-e4ba2f142df4486acacf5b24cff822e2260c1fcc.zip
Update navigation links
Diffstat (limited to 'data/templates/recipe.html')
-rw-r--r--data/templates/recipe.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/data/templates/recipe.html b/data/templates/recipe.html
index 95aefa5..98012fe 100644
--- a/data/templates/recipe.html
+++ b/data/templates/recipe.html
@@ -8,7 +8,9 @@
<header>{{if ne .UpstreamUrl ""}}
<nav>
- <a href="{{.UpstreamUrl}}">Link to recipe</a>
+ <a href="/index.html">HOME</a>
+ <a href="/add_recipes">add recipe</a>
+ <a href="{{.UpstreamUrl}}">original recipe</a>
</nav>
{{end}}
<h1>{{.Title}}</h1>