Compare commits
2 Commits
6bd2fd8331
...
82df1f687a
Author | SHA1 | Date |
---|---|---|
Kevin C. Coram | 82df1f687a | |
Kevin C. Coram | 04fbd47491 |
|
@ -3,9 +3,9 @@
|
|||
{{ 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>
|
||||
<a class="glyph u-url" href="{{ .profile }}" rel="me"><i class="{{ .icon }}"></i></a>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</div>
|
Loading…
Reference in New Issue