Compare commits

..

2 Commits

Author SHA1 Message Date
338e7e8b9e case change for BaseURL 2025-01-08 16:34:36 -07:00
a08f147d48 update head to include indieauth data 2025-01-08 16:32:24 -07:00

View File

@ -3,3 +3,7 @@
<title>{{ .Title }}</title>
<link rel="stylesheet" href="/css/style.css">
<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">