Add PGP key and email links for IndieAuth
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

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

@ -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") }}