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.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>