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">
|
||||
<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>
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user