summaryrefslogtreecommitdiffstats
path: root/indieweb-micro/themes/MinIndie/layouts/partials/head-extra.html
blob: 8c3984fcb8a9b310def4411380d4e60fa13ca1a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{{- range .Site.Params.indieweb.relme }}
    <link rel="me" href="{{ .url }}" />
{{- end -}}

{{- with .Site.Params.indieweb.relmepgp -}}
    <link rel="pgpkey" href="{{ . }}">
{{- end -}}

{{ with .Site.Params.indieweb }}
  <link
    rel="authorization_endpoint"
    href="{{ .authorizationEndpoint | default "https://indieauth.com/auth" }}"
  />
  <link
    rel="token_endpoint"
    href="{{ .tokenEndpoint | default "https://tokens.indieauth.com/token" }}"
  />
  <link rel="webmention" href="{{ .webmentionEndpoint }}" />
{{ end }}

send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage