Added gpg key as authentication method for IndieAuth
This commit is contained in:
parent
1c3563a038
commit
4a698daa84
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
<title>{{ with .Title }} {{ . }} – {{ end }}{{ .Site.Title }}</title>
|
||||
{{- $style := resources.Get "/style.scss" | resources.ToCSS (dict "outputStyle" "compressed") }}
|
||||
<link rel="preload stylesheet" as="style" href="{{ $style.Permalink }}" type="text/css" media="screen" />
|
||||
<link href="/gpg.pub" rel="pgpkey authn" />
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
</head>
|
||||
|
|
Loading…
Reference in a new issue