Add PGP key and email links for IndieAuth
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
67ee9a69a4
commit
696e84f1dc
4 changed files with 4 additions and 3 deletions
|
@ -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") }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue