Add u-url microformat property to social media links
parent
04fbd47491
commit
82df1f687a
|
@ -5,7 +5,7 @@
|
|||
{{ else if .publicKey }}
|
||||
<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>
|
||||
<a class="glyph u-url" href="{{ .profile }}" rel="me"><i class="{{ .icon }}"></i></a>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</div>
|
Loading…
Reference in New Issue