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