From fad3d095a0eadf7c028fbdde38c171e9790618e7 Mon Sep 17 00:00:00 2001 From: YuyingWu Date: Sat, 3 Jan 2015 12:15:50 +0800 Subject: [PATCH] add social button in author-bio.html sina weibo is a widely-used social community in China --- _config.yml | 1 + _includes/_author-bio.html | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index d122a95b..7a577216 100644 --- a/_config.yml +++ b/_config.yml @@ -52,6 +52,7 @@ owner: dribbble: #username youtube: #username soundcloud: #username + weibo: #username include: [".htaccess"] exclude: ["lib", "config.rb", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules", "Gemfile", "Gemfile.lock", "LICENSE", "README.md"] diff --git a/_includes/_author-bio.html b/_includes/_author-bio.html index 98b4628a..08a387dd 100644 --- a/_includes/_author-bio.html +++ b/_includes/_author-bio.html @@ -24,4 +24,5 @@ {% if author.foursquare %} Foursquare{% endif %} {% if author.steam %} Steam{% endif %} {% if author.youtube %} Youtube{% endif %} -{% if author.soundcloud %} Soundcloud{% endif %} \ No newline at end of file +{% if author.soundcloud %} Soundcloud{% endif %} +{% if author.weibo %} Weibo{% endif %} \ No newline at end of file