diff options
Diffstat (limited to 'src/templates/projects.html')
-rw-r--r-- | src/templates/projects.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/templates/projects.html b/src/templates/projects.html index cf3361a..0ca8efa 100644 --- a/src/templates/projects.html +++ b/src/templates/projects.html @@ -3,9 +3,8 @@ <head> <title>Mark's Kitchen - Projects</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"> + {{> header}} </head> <body> @@ -284,4 +283,4 @@ </div> </body> -</html>
\ No newline at end of file +</html> |