accessibility improvements

This commit is contained in:
2023-01-07 19:22:54 -05:00
parent de2d473bad
commit eda778abf9
3 changed files with 9 additions and 3 deletions
+4
View File
@@ -20,6 +20,10 @@ const title = Astro.props.frontmatter
<meta name="viewport" content="width=device-width" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="generator" content={Astro.generator} />
<meta
name="description"
content="A personal blog about life, gaming, tech, and whatever else I feel like writing about."
/>
<title>{`ghall.blog - ${title}`}</title>
</head>
<body class="container">