Added Weibo

Added Weibo social link and related icon
This commit is contained in:
Fastbyte01
2019-03-09 18:33:34 +01:00
parent 83216738f4
commit 2640d00f5c
10 changed files with 41 additions and 7 deletions

View File

@@ -51,4 +51,7 @@
{{ end }}
{{ with .Site.Params.Social.Stackoverflow}}
<a href="https://stackoverflow.com/users/{{.}}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-stack-overflow"></i></a>
{{ 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 }}