9 lines
487 B
HTML
Raw Normal View History

2025-01-07 19:43:39 -07:00
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ .Title }}</title>
<link rel="stylesheet" href="/css/style.css">
<link rel="me" href="{{ .Site.Params.indieweb.me_url }}" />
2025-01-08 16:32:24 -07:00
<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">