mirror of
https://github.com/zoriya/blog.git
synced 2026-08-15 18:44:35 +00:00
Publish phantom token blog
This commit is contained in:
@@ -28,8 +28,7 @@ const { title, description, currentPath } = Astro.props;
|
||||
href="/rss.xml"
|
||||
title={title}
|
||||
/>
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
|
||||
<link rel="icon" type="image/png" href="/img/author.png" />
|
||||
<meta property="og:url" content={new URL(Astro.url.pathname, Astro.site).href} />
|
||||
<meta property="og:site_name" content={title} />
|
||||
<meta property="og:title" content={title} />
|
||||
|
||||
Reference in New Issue
Block a user