1
0
Fork 0
mirror of https://github.com/Unkn0wnCat/KevinK.dev.js.git synced 2025-06-01 10:12:03 +02:00

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" rel="token_endpoint"
href="https://tokens.indieauth.com/token" 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> </Helmet>
<section className={styles.heroSection}> <section className={styles.heroSection}>
<div <div