aboutsummaryrefslogtreecommitdiff
path: root/src/templates/blog-single.html
diff options
context:
space:
mode:
authorMark Powers <markppowers0@gmail.com>2020-11-22 19:37:10 -0600
committerMark Powers <markppowers0@gmail.com>2020-11-22 19:37:10 -0600
commitc18dd9ef6c9b3407862db7f01372bc65bb1c3721 (patch)
treee4dfd6e1dfb744b0266b97679059712875ef741c /src/templates/blog-single.html
parent63668ca89f055b2233a8aa6caf4213853918d68d (diff)
Add svg favicon
Diffstat (limited to 'src/templates/blog-single.html')
-rw-r--r--src/templates/blog-single.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/templates/blog-single.html b/src/templates/blog-single.html
index 8622007..10012b6 100644
--- a/src/templates/blog-single.html
+++ b/src/templates/blog-single.html
@@ -3,10 +3,8 @@
<head>
<title>Mark's Kitchen - Blog</title>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" type="text/css" href="/css/styles.css">
- <link rel="shortcut icon" href="/favicon.ico">
+ {{> header}}
</head>
<body>
@@ -20,4 +18,4 @@
{{> footer}}
</body>
-</html> \ No newline at end of file
+</html>