mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-10 19:05:41 +01:00
Add Webmentions
This commit is contained in:
parent
36073e8b80
commit
50d34fc7ae
1 changed files with 2 additions and 1 deletions
|
@ -8,9 +8,10 @@
|
||||||
<meta name="theme-color" content="{{ .Site.Params.themeColor }}" />
|
<meta name="theme-color" content="{{ .Site.Params.themeColor }}" />
|
||||||
<link rel="canonical" href="{{ .Permalink }}" class="u-url"/>
|
<link rel="canonical" href="{{ .Permalink }}" class="u-url"/>
|
||||||
|
|
||||||
{{/* Indie auth */}}
|
{{/* Indie web */}}
|
||||||
<link rel="authorization_endpoint" href="https://indieauth.com/auth">
|
<link rel="authorization_endpoint" href="https://indieauth.com/auth">
|
||||||
<link rel="token_endpoint" href="https://tokens.indieauth.com/token">
|
<link rel="token_endpoint" href="https://tokens.indieauth.com/token">
|
||||||
|
<link rel="webmention" href="https://webmention.io/www.byjp.me/webmention" />
|
||||||
|
|
||||||
{{ block "title" . }}
|
{{ block "title" . }}
|
||||||
<title>
|
<title>
|
||||||
|
|
Loading…
Reference in a new issue