From 3a5ec698679daad6b77fc5961642d37468e3495d Mon Sep 17 00:00:00 2001 From: Giuseppe Pignataro Date: Sun, 17 Mar 2019 01:49:44 +0100 Subject: Added more social Added social links to Zhihu and Douban --- layouts/partials/social.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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}} {{ end }} - {{ with .Site.Params.Social.Goodreads}} {{ end }} @@ -128,3 +127,12 @@ {{ with .Site.Params.Social.Whatsapp}} {{ end }} +{{ with .Site.Params.Social.Zhihu}} + +{{ end }} +{{ with .Site.Params.Social.Douban}} + +{{ end }} + + + -- cgit v1.2.3