add verification

This commit is contained in:
emma 2025-03-24 06:36:40 -04:00
parent 643f5478b9
commit 43f11059e1
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ const { pageTitle } = Astro.props;
<head>
<meta charset="utf-8">
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="me" href="https://chaosfem.tw/@ttywitch" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{pageTitle}</title>
</head>

View File

@ -6,6 +6,7 @@ const { frontmatter } = Astro.props;
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="me" href="https://chaosfem.tw/@ttywitch" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>{frontmatter.title}</title>