mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 05:36:07 +01:00
Move to indiekit
This commit is contained in:
parent
684da80fa0
commit
de730c3220
1 changed files with 3 additions and 2 deletions
|
@ -11,9 +11,10 @@
|
|||
<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="webmention" href="https://webmention.io/www.byjp.me/webmention" />
|
||||
<link rel="authorization_endpoint" href="https://indiekit.byjp.me/auth">
|
||||
<link rel="token_endpoint" href="https://indiekit.byjp.me/auth/token">
|
||||
<link rel="indieauth-metadata" href="https://indiekit.byjp.me/.well-known/oauth-authorization-server">
|
||||
{{ block "title" . -}}
|
||||
<title>
|
||||
{{- if .IsHome -}}
|
||||
|
|
Loading…
Reference in a new issue