diff options
Diffstat (limited to 'view/html/recipes.html')
-rw-r--r-- | view/html/recipes.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/view/html/recipes.html b/view/html/recipes.html index ba7cd62..b5bf786 100644 --- a/view/html/recipes.html +++ b/view/html/recipes.html @@ -3,9 +3,7 @@ <html> {{ template "head" }} <header> - <nav> - <a href="/recipes">HOME</a> - </nav> + {{ template "nav" }} <h1>Recipe overview</h1> </header> <body> |