Added more social

Added more social link:
* Odnoklassniki (ok.ru)
* VKontakte
* Flickr
This commit is contained in:
Giuseppe Pignataro
2019-03-11 16:24:47 +01:00
parent 5dadc8240b
commit 274ee9b742
10 changed files with 110 additions and 8 deletions

View File

@@ -54,4 +54,13 @@
{{ end }}
{{ with .Site.Params.Social.Weibo}}
<a href="https://weibo.com/{{.}}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-weibo"></i></a>
{{ end }}
{{ 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 }}