Skip to content

Commit

Permalink
feat: removed unnecessary code from htmlhead component
Browse files Browse the repository at this point in the history
  • Loading branch information
dreymoreau committed Jul 15, 2024
1 parent 4cb6bc9 commit f4b1078
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/HtmlHead/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,6 @@ const socialImage = `${BLOG_URL}${(image ?? defaultSocialImage.src).replace(/^\/
{publishedDate && (<meta property="article:published_time" content={publishedDate.toISOString()} />)}
{updatedDate && (<meta property="article:modified_time" content={updatedDate.toISOString()} />)}

<!-- Webmention -->
<!-- TODO: implement webmention mechanism -->
<!-- <link rel="webmention" href="" /> -->
<!-- <link rel="pingback" href="" /> -->

<!-- Changelog -->
<link rel="alternate" type="application/rss+xml" href={`${BLOG_URL}changelog.xml`} title="Changelog (Version History)" />

Expand Down

0 comments on commit f4b1078

Please sign in to comment.