Add Indieweb related link to the HTTP headers
This commit is contained in:
parent
7f70f75d05
commit
58b31bb4c1
6 changed files with 47 additions and 28 deletions
|
@ -16,8 +16,9 @@
|
|||
<link rel="alternate" type="application/jf2feed+json" title="Notes JF2 Feed" href="/blog/feed.jf2">
|
||||
<link rel="openid.server" href="https://indieauth.com/openid">
|
||||
<link rel="openid.delegate" href="{{ config('app.url') }}">
|
||||
<link rel="authorization_endpoint" href="{{ config('url.authorization_endpoint') }}">
|
||||
<link rel="token_endpoint" href="{{ config('app.url') }}/api/token">
|
||||
<link rel="indieauth-metadata" href="{{ config('app.url') }}/.well-known/indieauth-server">
|
||||
<link rel="authorization_endpoint" href="{{ config('app.url') }}/auth }}">
|
||||
<link rel="token_endpoint" href="{{ config('app.url') }}/token">
|
||||
<link rel="micropub" href="{{ config('app.url') }}/api/post">
|
||||
<link rel="webmention" href="{{ config('app.url') }}/webmention">
|
||||
<link rel="shortcut icon" href="{{ config('app.url') }}/assets/img/memoji-orange-bg-small-fs8.png">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue