Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Fastbyte01/KeepIt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Pignataro <rogepix@gmail.com>2019-03-17 03:49:44 +0300
committerGiuseppe Pignataro <rogepix@gmail.com>2019-03-17 03:49:44 +0300
commit3a5ec698679daad6b77fc5961642d37468e3495d (patch)
tree5982accb13e550d92be797cef2d661f221969ff2
parent3d99437c18bbe49173530b4f2e180693d55238c7 (diff)
Added more social
Added social links to Zhihu and Douban
-rw-r--r--layouts/partials/social.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/layouts/partials/social.html b/layouts/partials/social.html
index c12aa54..2f78636 100644
--- a/layouts/partials/social.html
+++ b/layouts/partials/social.html
@@ -94,7 +94,6 @@
{{ with .Site.Params.Social.Mix}}
<a href="https://mix.com/{{.}}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-mix"></i></a>
{{ end }}
-
{{ with .Site.Params.Social.Goodreads}}
<a href="https://www.goodreads.com/user/show/{{.}}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-goodreads"></i></a>
{{ end }}
@@ -128,3 +127,12 @@
{{ with .Site.Params.Social.Whatsapp}}
<a href="https://wa.me/{{.}}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-whatsapp"></i></a>
{{ end }}
+{{ with .Site.Params.Social.Zhihu}}
+<a href="https://www.zhihu.com/people/{{.}}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-zhihu"></i></a>
+{{ end }}
+{{ with .Site.Params.Social.Douban}}
+<a href="https://www.douban.com/people/{{.}}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-douban"></i></a>
+{{ end }}
+
+
+