mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-04-30 18:57:20 +02:00
Add Webmentions and Pingback
This commit is contained in:
parent
4b5012affe
commit
b1cb379ffc
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue