Improve html links in the head regarding IndieAuth
One of them had a typo in
This commit is contained in:
parent
427a63af0f
commit
3e980b9a6a
1 changed files with 4 additions and 6 deletions
|
@ -14,12 +14,10 @@
|
||||||
<link rel="alternate" type="application/atom+xml" title="Notes Atom Feed" href="/notes/feed.atom">
|
<link rel="alternate" type="application/atom+xml" title="Notes Atom Feed" href="/notes/feed.atom">
|
||||||
<link rel="alternate" type="application/json" title="Notes JSON Feed" href="/notes/feed.json">
|
<link rel="alternate" type="application/json" title="Notes JSON Feed" href="/notes/feed.json">
|
||||||
<link rel="alternate" type="application/jf2feed+json" title="Notes JF2 Feed" href="/blog/feed.jf2">
|
<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="indieauth-metadata" href="{{ route('indieauth.metadata') }}">
|
||||||
<link rel="openid.delegate" href="{{ config('app.url') }}">
|
<link rel="authorization_endpoint" href="{{ route('indieauth.start') }}">
|
||||||
<link rel="indieauth-metadata" href="{{ config('app.url') }}/.well-known/indieauth-server">
|
<link rel="token_endpoint" href="{{ route('indieauth.token') }}">
|
||||||
<link rel="authorization_endpoint" href="{{ config('app.url') }}/auth }}">
|
<link rel="micropub" href="{{ route('micropub-endpoint') }}">
|
||||||
<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="webmention" href="{{ config('app.url') }}/webmention">
|
||||||
<link rel="shortcut icon" href="{{ config('app.url') }}/assets/img/memoji-orange-bg-small-fs8.png">
|
<link rel="shortcut icon" href="{{ config('app.url') }}/assets/img/memoji-orange-bg-small-fs8.png">
|
||||||
<link rel="pgpkey" href="/assets/jonnybarnes-public-key-ecc.asc">
|
<link rel="pgpkey" href="/assets/jonnybarnes-public-key-ecc.asc">
|
||||||
|
|
Loading…
Add table
Reference in a new issue