···
7
+
const { title, description } = Astro.props;
17
-
<meta charset="utf-8" />
18
-
<meta name="viewport" content="width=device-width, initial-scale=1" />
19
-
<meta name="generator" content={Astro.generator} />
14
+
<meta charset="utf-8" />
15
+
<meta name="viewport" content="width=device-width, initial-scale=1" />
16
+
<meta name="generator" content={Astro.generator} />
22
-
<title>{title}</title>
23
-
<meta name="title" content={title} />
24
-
<meta name="site_name" content="hey, I'm Index" />
25
-
<meta name="description" content={description} />
19
+
<title>{title}</title>
20
+
<meta name="title" content={title} />
21
+
<meta name="site_name" content="hey, I'm Index" />
22
+
<meta name="description" content={description} />
28
-
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
29
-
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
30
-
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
31
-
<link rel="manifest" href="/site.webmanifest">
25
+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
26
+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
27
+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
28
+
<link rel="manifest" href="/site.webmanifest" />
34
-
<link href="/bootstrap.min.css" rel="stylesheet" />
35
-
<script src="/bootstrap.bundle.min.js" is:inline></script>
36
-
<link rel="stylesheet" href="/style.css" type="text/css" />
31
+
<link href="/bootstrap.min.css" rel="stylesheet" />
32
+
<script src="/bootstrap.bundle.min.js" is:inline></script>
33
+
<link rel="stylesheet" href="/style.css?v=2" type="text/css" />
38
-
<!-- MASTODON VERIFICATION -->
39
-
<link rel="me" href="https://mastodon.social/@indexcard" />
35
+
<!-- MASTODON VERIFICATION -->
36
+
<link rel="me" href="https://mastodon.social/@indexcard" />