Skip to content

Commit

Permalink
adding micropub rel link
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-sull committed Aug 27, 2023
1 parent 17abbe5 commit 0cbce98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Head.astro
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ const fullTitle = [title, site.title].filter(Boolean).join(' • ')
<link rel="pingback" href="https://webmention.io/tonysull.co/xmlrpc" />

<!-- Micropub -->
<link rel="micropub" href="https://tonysull.co/micropub" />

<!-- IndieAuth -->
<link rel="authorization_endpoint" href="https://indieauth.com/auth" />
Expand Down

0 comments on commit 0cbce98

Please sign in to comment.