aboutsummaryrefslogtreecommitdiff
path: root/src/templates/blog.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/blog.html')
-rw-r--r--src/templates/blog.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/templates/blog.html b/src/templates/blog.html
index 40b86f5..1c097c0 100644
--- a/src/templates/blog.html
+++ b/src/templates/blog.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>
@@ -19,4 +17,4 @@
{{> footer}}
</body>
-</html> \ No newline at end of file
+</html>