From 1a13efe08eb3073fc276d669b2ac2b5474ea168b Mon Sep 17 00:00:00 2001 From: Wan Liuyang Date: Sat, 18 Apr 2015 20:38:43 +0800 Subject: [PATCH] Add optional Weibo link to footer --- _config.yml | 1 + _includes/footer.html | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index d2b76a6..ee0ae55 100644 --- a/_config.yml +++ b/_config.yml @@ -44,6 +44,7 @@ owner: flickr: tumblr: mademistakes pinterest: + weibo: google: plus: MichaelRoseDesign analytics: UA-2011187-2 diff --git a/_includes/footer.html b/_includes/footer.html index 4003e7f..ba1f741 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -11,6 +11,7 @@ {% if site.owner.flickr %}{% endif %} {% if site.owner.github %}{% endif %} {% if site.owner.tumblr %}{% endif %} - {% if site.owner.pinterest %}{% endif %} + {% if site.owner.pinterest %}{% endif %} + {% if site.owner.weibo %}{% endif %} - \ No newline at end of file +