update head to include indieauth data

This commit is contained in:
Phil 2025-01-08 16:32:24 -07:00
parent f577773958
commit a08f147d48

View File

@ -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">