mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 11:41:17 +02:00
chore: update heti style, remove infrequently used unocss rules, streamline meta tags
This commit is contained in:
parent
9ebc6aadc5
commit
67e1f6cf8e
8 changed files with 44 additions and 80 deletions
|
@ -75,20 +75,17 @@ const pageImage = postSlug
|
|||
|
||||
<!-- Facebook Open Graph -->
|
||||
<meta property="og:type" content={postTitle ? 'article' : 'website'} />
|
||||
<meta property="og:site_name" content={title} />
|
||||
<meta property="og:url" content={Astro.url} />
|
||||
<meta property="og:title" content={pageTitle} />
|
||||
<meta property="og:description" content={pageDescription} />
|
||||
<meta property="og:url" content={Astro.url} />
|
||||
<meta property="og:image" content={pageImage} />
|
||||
<meta property="og:logo" content={favicon} />
|
||||
|
||||
<!-- Twitter Card -->
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
{twitterID && <meta name="twitter:site" content={twitterID} />}
|
||||
{twitterID && <meta name="twitter:creator" content={twitterID} />}
|
||||
<meta name="twitter:title" content={pageTitle} />
|
||||
<!-- <meta name="twitter:title" content={pageTitle} />
|
||||
<meta name="twitter:description" content={pageDescription} />
|
||||
<meta name="twitter:image" content={pageImage} />
|
||||
<meta name="twitter:image" content={pageImage} /> -->
|
||||
|
||||
<!-- Site Verification -->
|
||||
{google && <meta name="google-site-verification" content={google} />}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue