mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-04-28 09:46:52 +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"
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue