summaryrefslogtreecommitdiff
path: root/src/_components/head.vto
diff options
context:
space:
mode:
authorseth <[email protected]>2024-02-12 07:51:32 -0500
committerseth <[email protected]>2024-02-12 08:51:36 -0500
commit19b01bff4c251722d4739f6dca208497877f7cbb (patch)
tree31918495004c9386760afbac6853c9e7668093c1 /src/_components/head.vto
parentec2b378c8d7885290db2d526364eb59512e60d0e (diff)
actually kinda try this time
Diffstat (limited to 'src/_components/head.vto')
-rw-r--r--src/_components/head.vto5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/_components/head.vto b/src/_components/head.vto
index 50af97a..551ca45 100644
--- a/src/_components/head.vto
+++ b/src/_components/head.vto
@@ -1,9 +1,8 @@
<head>
- <meta charset="utf-8" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+ <meta charset="UTF-8" />
<title>{{ title }}</title>
+ <meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="description" content={{ description }} />
- <meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/global.css" />
<link rel="sitemap" href="/sitemap.xml" />
</head>