diff options
author | Mark Powers <markppowers0@gmail.com> | 2020-11-22 19:37:10 -0600 |
---|---|---|
committer | Mark Powers <markppowers0@gmail.com> | 2020-11-22 19:37:10 -0600 |
commit | c18dd9ef6c9b3407862db7f01372bc65bb1c3721 (patch) | |
tree | e4dfd6e1dfb744b0266b97679059712875ef741c /src/templates/bread.html | |
parent | 63668ca89f055b2233a8aa6caf4213853918d68d (diff) |
Add svg favicon
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> |