diff options
Diffstat (limited to 'src/templates/index.html')
-rw-r--r-- | src/templates/index.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/templates/index.html b/src/templates/index.html index efb7369..6ba3d5a 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -3,11 +3,9 @@ <head> <title>Mark's Kitchen</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"> <link rel="alternate" type="application/rss+xml" title="RSS Feed for marks.kitchen" href="/feed.xml" /> + {{> header}} </head> <body> @@ -17,4 +15,4 @@ {{> footer}} </body> -</html>
\ No newline at end of file +</html> |