update head to include indieauth data
This commit is contained in:
parent
f577773958
commit
a08f147d48
@ -3,3 +3,7 @@
|
|||||||
<title>{{ .Title }}</title>
|
<title>{{ .Title }}</title>
|
||||||
<link rel="stylesheet" href="/css/style.css">
|
<link rel="stylesheet" href="/css/style.css">
|
||||||
<link rel="me" href="{{ .Site.Params.indieweb.me_url }}" />
|
<link rel="me" href="{{ .Site.Params.indieweb.me_url }}" />
|
||||||
|
<link href="mailto:{{ .Site.Params.author.email }}" rel="me">
|
||||||
|
<link rel="authorization_endpoint" href="https://indieauth.com/auth">
|
||||||
|
<link rel="token_endpoint" href="https://tokens.indieauth.com/token">
|
||||||
|
<link rel="micropub" href="{{ .Site.baseURL }}/micropub">
|
Loading…
x
Reference in New Issue
Block a user