feat: add more IndieWeb links to head
This commit is contained in:
parent
cf05f70032
commit
21d1e64b75
1 changed files with 8 additions and 2 deletions
10
index.html
10
index.html
|
|
@ -40,8 +40,14 @@
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<link rel="authorization_endpoint" href="https://indieauth.com/auth">
|
<link rel="canonical" href="https://caesarschinas.com" />
|
||||||
<link rel="token_endpoint" href="https://tokens.indieauth.com/token">
|
|
||||||
|
<link rel="authorization_endpoint" href="https://indieauth.com/auth" />
|
||||||
|
<link rel="token_endpoint" href="https://tokens.indieauth.com/token" />
|
||||||
|
|
||||||
|
<link rel="microsub" href="https://aperture.p3k.io/microsub/739" />
|
||||||
|
<link rel="webmention" href="https://webmention.io/caesarschinas.com/webmention" />
|
||||||
|
<link rel="pingback" href="https://webmention.io/caesarschinas.com/xmlrpc" />
|
||||||
</head>
|
</head>
|
||||||
<body class="h-card vcard">
|
<body class="h-card vcard">
|
||||||
<header>
|
<header>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue