2019-12-07 03:02:44 +00:00
|
|
|
<div class="social-box">
|
2019-12-07 04:11:23 +00:00
|
|
|
{{ range .Site.Params.Social }}
|
|
|
|
{{ if .email }}
|
|
|
|
<a class="glyph u-email" href="mailto:{{ .email }}" rel="me"><i class="{{ .icon }}"></i></a>
|
|
|
|
{{ else if .publicKey }}
|
|
|
|
<a class="glyph p-pgp" href="{{ .publicKey }}" rel="pgpkey" title="{{ .fingerprint }}"><i class="{{ .icon }}"></i></a>
|
|
|
|
{{ else }}
|
|
|
|
<a class="glyph" href="{{ .profile }}" rel="me"><i class="{{ .icon }}"></i></a>
|
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|
|
|
|
</div>
|