Skip to content

Commit

Permalink
📈 Add webmentions.io
Browse files Browse the repository at this point in the history
  • Loading branch information
scottnath authored Apr 30, 2024
1 parent 0b090e0 commit 4108ad7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions workspaces/website/src/components/BaseHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ const { title, description, image = PROFILE_PIC } = Astro.props;
<meta name="generator" content="Macromedia Dreamweaver 6.0" />
<link rel="preload" as="image" href={image} />
<link rel="alternate" type="application/rss+xml" title={`${BLAHG.title}, ${BLAHG.description}`} href={`${Astro.site}rss.xml`} />
<link rel="webmention" href="https://webmention.io/scottnath.com/webmention" />
<link rel="pingback" href="https://webmention.io/scottnath.com/xmlrpc" />

<!-- Canonical URL -->
<link rel="canonical" href={canonicalURL} />
Expand Down

0 comments on commit 4108ad7

Please sign in to comment.