Add Webmentions and Pingback

This commit is contained in:
Kevin Kandlbinder 2023-03-08 15:59:54 +00:00
parent 4b5012affe
commit b1cb379ffc

View file

@ -127,6 +127,14 @@ const IndexPage = (props) => {
rel="token_endpoint"
href="https://tokens.indieauth.com/token"
/>
<link
rel="webmention"
href="https://webmention.io/kevink.dev/webmention"
/>
<link
rel="pingback"
href="https://webmention.io/kevink.dev/xmlrpc"
/>
</Helmet>
<section className={styles.heroSection}>
<div