mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-22 18:03:49 +01:00
Testing micropub
This commit is contained in:
parent
186ab1ea4d
commit
dd7219578f
1 changed files with 4 additions and 3 deletions
|
@ -9,10 +9,11 @@
|
|||
<link rel="canonical" href="{{ .Permalink }}" class="u-url"/>
|
||||
|
||||
{{/* IndieWeb */}}
|
||||
<link rel="authorization_endpoint" href="https://indieauth.com/auth">
|
||||
<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="webmention" href="https://webmention.io/www.byjp.me/webmention" />
|
||||
<link rel="microsub" href="https://aperture.p3k.io/microsub/884">
|
||||
<link rel="microsub" href="https://aperture.p3k.io/microsub/884" />
|
||||
<link rel="micropub" href="https://serverless-micropub-hugo-eight.vercel.app/api/byjp.me" />
|
||||
|
||||
{{ block "title" . }}
|
||||
<title>
|
||||
|
|
Loading…
Reference in a new issue