Add u-key microformat property to public key link

master
Kevin C. Coram 2019-12-30 19:30:42 -08:00
parent 6bd2fd8331
commit 04fbd47491
Signed by: kevin
GPG Key ID: 0342351B3D61AD35
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
{{ if .email }}
<a class="glyph u-email" href="mailto:{{ .email }}" rel="me"><i class="{{ .icon }}"></i></a>
{{ else if .publicKey }}
<a class="glyph u-pgp" href="{{ .publicKey | absURL }}" rel="pgpkey" title="{{ .fingerprint }}"><i class="{{ .icon }}"></i></a>
<a class="glyph u-pgp u-key" href="{{ .publicKey | absURL }}" rel="pgpkey" title="{{ .fingerprint }}"><i class="{{ .icon }}"></i></a>
{{ else }}
<a class="glyph" href="{{ .profile }}" rel="me"><i class="{{ .icon }}"></i></a>
{{ end }}