summaryrefslogtreecommitdiff
path: root/src/_components/head.vto
blob: 551ca45bc72f81c3fb09a038e80ebaf6a4cfc1a7 (plain)
1
2
3
4
5
6
7
8
<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>