Add PGP key and email links for IndieAuth
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Marko Korhonen 2023-05-26 21:49:31 +03:00
parent 67ee9a69a4
commit 696e84f1dc
Signed by: FunctionalHacker
GPG Key ID: A7F78BCB859CD890
4 changed files with 4 additions and 3 deletions

View File

@ -10,4 +10,4 @@ summary = [
]
[contactInfo]
email = "contact@marko.korhonen.cc"
email = "marko@korhonen.cc"

View File

@ -10,4 +10,4 @@ summary = [
]
[contactInfo]
email = "contact@marko.korhonen.cc"
email = "marko@korhonen.cc"

View File

@ -102,7 +102,7 @@
<ul>
{{ range $key,$value:= $author.contactInfo }}
{{ if (eq $key "email") }}
<li><a href={{ printf "mailto:%s" $value }} target="_blank" rel="noopener">
<li><a href={{ printf "mailto:%s" $value }} target="_blank" rel="me">
<span><i class="fas fa-envelope"></i></span> <span>{{ $value }}</span>
</a></li>
{{ else if (eq $key "phone") }}

View File

@ -34,4 +34,5 @@ $favicon.MediaType.SubType "svg") }} {{ $favicon = $favicon.Resize "42x" }} {{
end }} {{ $favicon = $favicon.RelPermalink}}
<link rel="icon" type="image/png" href="{{ $favicon }}" />
<link rel="pgpkey" href="https://openpgpkey.korhonen.cc/.well-known/openpgpkey/korhonen.cc/hu/u59jwso7wz4bwuizmgx1qfqhr1i9mq6e">
{{end}}