add verification for social.lol

This commit is contained in:
emma 2025-03-28 10:00:47 -04:00
parent 5c2be392c5
commit 3b954b060c
2 changed files with 2 additions and 0 deletions

View File

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

View File

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