diff options
Diffstat (limited to 'view/html/nav.html')
-rw-r--r-- | view/html/nav.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/view/html/nav.html b/view/html/nav.html index 9da1b6b..9e7bd6e 100644 --- a/view/html/nav.html +++ b/view/html/nav.html @@ -1,6 +1,5 @@ {{define "nav"}} <nav> - <a href="/recipes">HOME</a> - <a onclick="create('/recipe')">add recipe</a> + <a href="/recipes">Recipes</a> </nav> {{end}} |