Fix the rel for the micropub endpoint
This commit is contained in:
parent
3394eb72e8
commit
382b7ee4a9
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
<link rel="authorization_endpoint" href="{{ origin }}{% url 'lemonauth:indie' %}" />
|
||||
<link rel="token_endpoint" href="{{ origin }}{% url 'lemonauth:token' %}" />
|
||||
<link rel="micropub_endpoint" href="{{ origin }}{% url 'micropub:micropub' %}" />
|
||||
<link rel="micropub" href="{{ origin }}{% url 'micropub:micropub' %}" />
|
||||
<link rel="openid.delegate" href="{{ origin }}" />
|
||||
<link rel="openid.server" href="https://openid.indieauth.com/openid" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue