9 lines
487 B
HTML
9 lines
487 B
HTML
<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 }}" />
|
|
<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"> |