diff options
Diffstat (limited to 'src/templates/bread.html')
-rw-r--r-- | src/templates/bread.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/templates/bread.html b/src/templates/bread.html index b5d02ed..88a5528 100644 --- a/src/templates/bread.html +++ b/src/templates/bread.html @@ -1,12 +1,9 @@ <!doctype html> <html lang="en"> - <head> <title>Mark's Kitchen - Bread</title> - <meta charset="UTF-8"> - <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> + {{> header}} <link rel="stylesheet" type="text/css" href="/css/styles.css"> - <link rel="shortcut icon" href="/favicon.ico"> </head> <body> @@ -20,4 +17,4 @@ {{> footer}} </body> -</html>
\ No newline at end of file +</html> |