diff --git a/_config.yml b/_config.yml index d122a95b71ef..7a5772161454 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 98b4628a39e0..08a387dd509d 100644 --- a/_includes/_author-bio.html +++ b/_includes/_author-bio.html @@ -24,4 +24,5 @@

{{ author.name }}

{% 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