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, 1 insertions, 3 deletions
diff --git a/data/templates/recipe.html b/data/templates/recipe.html
index 00b6906..9f49fbb 100644
--- a/data/templates/recipe.html
+++ b/data/templates/recipe.html
@@ -6,13 +6,11 @@
<body>
- <header>{{if ne .UpstreamUrl ""}}
+ <header>
<nav>
<a href="/index.html">HOME</a>
<a href="/add_recipes">add recipe</a>
- <a href="{{.UpstreamUrl}}">original recipe</a>
</nav>
- {{end}}
<h1>{{.Title}}</h1>
</header>