Add u-url microformat property to social media links

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

View File

@ -5,7 +5,7 @@
{{ else if .publicKey }} {{ else if .publicKey }}
<a class="glyph u-pgp u-key" 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 }} {{ else }}
<a class="glyph" href="{{ .profile }}" rel="me"><i class="{{ .icon }}"></i></a> <a class="glyph u-url" href="{{ .profile }}" rel="me"><i class="{{ .icon }}"></i></a>
{{ end }} {{ end }}
{{ end }} {{ end }}
</div> </div>