mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 22:16:07 +01:00
Add micropub
This commit is contained in:
parent
b3afd15672
commit
d9a2bf73a7
1 changed files with 5 additions and 4 deletions
|
@ -11,10 +11,11 @@
|
|||
<link rel="canonical" href="{{ .Permalink }}" class="u-url"/>
|
||||
|
||||
{{/* IndieWeb */}}
|
||||
<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" />
|
||||
<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">
|
||||
<link rel="micropub" href="https://indiekit.byjp.me/micropub">
|
||||
{{ block "title" . -}}
|
||||
<title>
|
||||
{{- if .IsHome -}}
|
||||
|
|
Loading…
Reference in a new issue