summaryrefslogtreecommitdiff
path: root/src/_components/head.vto
diff options
context:
space:
mode:
authorseth <[email protected]>2024-02-12 20:29:15 -0500
committerseth <[email protected]>2024-02-13 00:24:08 -0500
commit2cbc22348ef038181e1dc89635a3be005604a4ca (patch)
tree33a33ffe0203b730078d01c5d7d3951239619ca9 /src/_components/head.vto
parent05780c6b2d8b184122a32095c50363a6c8617d64 (diff)
back to astro
Diffstat (limited to 'src/_components/head.vto')
-rw-r--r--src/_components/head.vto8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/_components/head.vto b/src/_components/head.vto
deleted file mode 100644
index 551ca45..0000000
--- a/src/_components/head.vto
+++ /dev/null
@@ -1,8 +0,0 @@
-<head>
- <meta charset="UTF-8" />
- <title>{{ title }}</title>
- <meta name="viewport" content="width=device-width,initial-scale=1" />
- <meta name="description" content={{ description }} />
- <link rel="stylesheet" href="/global.css" />
- <link rel="sitemap" href="/sitemap.xml" />
-</head>