2019-02-03 12:30:44 +01:00
|
|
|
{{ with .Site.Params.Social.Github }}
|
2019-02-26 16:04:00 +01:00
|
|
|
<a href="https://github.com/{{.}}" target="_blank" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-github"></i></a>
|
2019-02-03 12:30:44 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.LinkedIn }}
|
2019-02-26 16:04:00 +01:00
|
|
|
<a href="https://linkedin.com/in/{{.}}" target="_blank" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-linkedin"></i></a>
|
2019-02-03 12:30:44 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Twitter }}
|
2019-02-26 16:04:00 +01:00
|
|
|
<a href="https://twitter.com/{{.}}" target="_blank" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-twitter"></i></a>
|
2019-02-03 12:30:44 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Instagram }}
|
2019-02-26 16:04:00 +01:00
|
|
|
<a href="https://www.instagram.com/{{.}}/" target="_blank" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-instagram"></i></a>
|
2019-02-26 00:27:20 +01:00
|
|
|
{{ end }}
|
2019-02-03 12:30:44 +01:00
|
|
|
{{ with .Site.Params.Social.Email}}
|
2019-02-26 16:04:00 +01:00
|
|
|
<a href="mailto:{{.}}" rel="me noopener noreffer"><i class="iconfont icon-mail" target="_blank"></i></a>
|
2019-02-03 12:30:44 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Facebook}}
|
2019-02-26 16:04:00 +01:00
|
|
|
<a href="https://facebook.com/{{.}}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-facebook"></i></a>
|
2019-02-03 12:30:44 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Telegram}}
|
2019-02-26 16:04:00 +01:00
|
|
|
<a href="https://t.me/{{.}}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-telegram-plane"></i></a>
|
2019-02-03 12:30:44 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Medium}}
|
2019-02-26 16:04:00 +01:00
|
|
|
<a href="https://medium.com/{{.}}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-medium"></i></a>
|
2019-02-26 00:27:20 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Gitlab}}
|
2019-02-26 16:04:00 +01:00
|
|
|
<a href="https://gitlab.com/{{.}}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-gitlab"></i></a>
|
2019-02-26 00:27:20 +01:00
|
|
|
{{ end }}
|
2019-03-12 02:20:11 +01:00
|
|
|
{{ with .Site.Params.Social.Youtubelegacy}}
|
2019-02-26 16:04:00 +01:00
|
|
|
<a href="https://www.youtube.com/user/{{.}}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-youtube"></i></a>
|
2019-02-26 00:27:20 +01:00
|
|
|
{{ end }}
|
2019-03-12 02:20:11 +01:00
|
|
|
{{ with .Site.Params.Social.Youtubecustom}}
|
|
|
|
<a href="https://www.youtube.com/c/{{.}}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-youtube"></i></a>
|
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Youtubechannel}}
|
|
|
|
<a href="https://www.youtube.com/channel/{{.}}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-youtube"></i></a>
|
|
|
|
{{ end }}
|
2019-02-26 00:27:20 +01:00
|
|
|
{{ with .Site.Params.Social.Tumblr}}
|
2019-02-26 16:04:00 +01:00
|
|
|
<a href="https://{{.}}.tumblr.com" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-tumblr"></i></a>
|
2019-02-26 00:27:20 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Quora}}
|
2019-02-26 16:04:00 +01:00
|
|
|
<a href="https://www.quora.com/profile/{{.}}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-quora"></i></a>
|
2019-02-26 00:27:20 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Keybase}}
|
2019-02-26 16:04:00 +01:00
|
|
|
<a href="https://keybase.io/{{.}}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-keybase"></i></a>
|
2019-02-26 00:27:20 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Pinterest}}
|
2019-02-26 16:04:00 +01:00
|
|
|
<a href="https://www.pinterest.com/{{.}}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-pinterest"></i></a>
|
2019-02-26 00:27:20 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Reddit}}
|
2019-02-26 16:04:00 +01:00
|
|
|
<a href="https://www.reddit.com/user/{{.}}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-reddit"></i></a>
|
2019-02-26 00:27:20 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Codepen}}
|
2019-02-26 16:04:00 +01:00
|
|
|
<a href="https://codepen.io/{{.}}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-codepen"></i></a>
|
2019-02-03 12:30:44 +01:00
|
|
|
{{ end }}
|
2019-02-26 15:28:37 +01:00
|
|
|
{{ with .Site.Params.Social.Bitbucket}}
|
2019-02-26 16:04:00 +01:00
|
|
|
<a href="https://bitbucket.org/{{.}}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-bitbucket"></i></a>
|
2019-02-26 15:28:37 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Stackoverflow}}
|
2019-02-26 16:04:00 +01:00
|
|
|
<a href="https://stackoverflow.com/users/{{.}}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-stack-overflow"></i></a>
|
2019-03-09 18:33:34 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Weibo}}
|
|
|
|
<a href="https://weibo.com/{{.}}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-weibo"></i></a>
|
2019-03-11 16:24:47 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Odnoklassniki}}
|
|
|
|
<a href="https://ok.ru/{{.}}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-odnoklassniki"></i></a>
|
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.VKontakte}}
|
|
|
|
<a href="https://vk.com/{{.}}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-vk"></i></a>
|
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Flickr}}
|
|
|
|
<a href="https://www.flickr.com/photos/{{.}}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-flickr"></i></a>
|
|
|
|
{{ end }}
|
2019-03-14 00:32:04 +01:00
|
|
|
{{ with .Site.Params.Social.Xing}}
|
|
|
|
<a href="https://www.xing.com/profile/{{.}}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-xing"></i></a>
|
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Snapchat}}
|
|
|
|
<a href="https://www.snapchat.com/add/{{.}}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-snapchat"></i></a>
|
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Soundcloud}}
|
|
|
|
<a href="https://soundcloud.com/{{.}}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-soundcloud"></i></a>
|
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Spotify}}
|
|
|
|
<a href="https://open.spotify.com/user/{{.}}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-spotify"></i></a>
|
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Bandcamp}}
|
|
|
|
<a href="https://{{.}}.bandcamp.com/" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-bandcamp"></i></a>
|
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Paypal}}
|
|
|
|
<a href="https://paypal.me/{{.}}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-paypal"></i></a>
|
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Fivehundredpx}}
|
|
|
|
<a href="https://500px.com/{{.}}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-500px"></i></a>
|
|
|
|
{{ end }}
|