diff options
Diffstat (limited to 'data/templates/index.html')
-rw-r--r-- | data/templates/index.html | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/data/templates/index.html b/data/templates/index.html index 9115d31..98eb9da 100644 --- a/data/templates/index.html +++ b/data/templates/index.html @@ -1,17 +1,9 @@ <!DOCTYPE html> <html> - - <head> - <title>Recipes</title> + {{ template "head.html" }} - <meta charset="utf-8"/> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <link rel="stylesheet" href="./static/style.css" type="text/css"> - - </head> - <body> <header> |