add verification for social.lol
This commit is contained in:
parent
5c2be392c5
commit
3b954b060c
@ -12,6 +12,7 @@ const { pageTitle } = Astro.props;
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||||
<link rel="me" href="https://chaosfem.tw/@ttywitch" />
|
<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">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>{pageTitle}</title>
|
<title>{pageTitle}</title>
|
||||||
</head>
|
</head>
|
||||||
|
@ -7,6 +7,7 @@ const { frontmatter } = Astro.props;
|
|||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||||
<link rel="me" href="https://chaosfem.tw/@ttywitch" />
|
<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" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>{frontmatter.title}</title>
|
<title>{frontmatter.title}</title>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user