add verification
This commit is contained in:
parent
643f5478b9
commit
43f11059e1
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user