Add weibo icon and link to author sidebar

This commit is contained in:
YuyingWu 2015-01-03 12:15:50 +08:00 committed by Michael Rose
parent edd3c6bad4
commit a9263c5b48
2 changed files with 23 additions and 17 deletions

View File

@ -34,22 +34,25 @@ owner:
twitter: mmistakes twitter: mmistakes
facebook: michaelrose facebook: michaelrose
google: google:
plus: MichaelRoseDesign plus: #username
analytics: UA-2011187-3 analytics:
verify: UQj93ERU9zgECodaaXgVpkjrFn9UrDMEzVamacSoQ8Y verify:
ad-client: ca-pub-7328585512091257 ad-client:
ad-slot: 7855747535 ad-slot:
bing-verify: D81F4C18A6CB3018F64D7C827D953DFD bing-verify:
github: mmistakes github: #username
stackoverflow: stackoverflow: #http://stackoverflow.com/users/123456/username
linkedin: linkedin: #username
instagram: mmistakes instagram: #username
lastfm: lastfm: #username
tumblr: tumblr: #username
pinterest: pinterest: #username
foursquare: foursquare: #username
steam: steam: #username
dribbble: dribbble: #username
youtube: #username
soundcloud: #username
weibo: #username
include: [".htaccess"] 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"] 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"]

View File

@ -23,3 +23,6 @@
{% if author.pinterest %}<a href="http://www.pinterest.com/{{ author.pinterest }}" class="author-social" target="_blank"><i class="fa fa-fw fa-pinterest"></i> Pinterest</a>{% endif %} {% if author.pinterest %}<a href="http://www.pinterest.com/{{ author.pinterest }}" class="author-social" target="_blank"><i class="fa fa-fw fa-pinterest"></i> Pinterest</a>{% endif %}
{% if author.foursquare %}<a href="http://foursquare.com/{{ author.foursquare }}" class="author-social" target="_blank"><i class="fa fa-fw fa-foursquare"></i> Foursquare</a>{% endif %} {% if author.foursquare %}<a href="http://foursquare.com/{{ author.foursquare }}" class="author-social" target="_blank"><i class="fa fa-fw fa-foursquare"></i> Foursquare</a>{% endif %}
{% if author.steam %}<a href="http://steamcommunity.com/id/{{ author.steam }}" class="author-social" target="_blank"><i class="fa fa-fw fa-steam-square"></i> Steam</a>{% endif %} {% if author.steam %}<a href="http://steamcommunity.com/id/{{ author.steam }}" class="author-social" target="_blank"><i class="fa fa-fw fa-steam-square"></i> Steam</a>{% endif %}
{% if author.youtube %}<a href="https://youtube.com/user/{{ author.youtube }}" class="author-social" target="_blank"><i class="fa fa-fw fa-youtube-square"></i> Youtube</a>{% endif %}
{% if author.soundcloud %}<a href="http://soundcloud.com/{{ author.soundcloud }}" class="author-social" target="_blank"><i class="fa fa-fw fa-soundcloud"></i> Soundcloud</a>{% endif %}
{% if author.weibo %}<a href="http://www.weibo.com/{{ author.weibo }}" class="author-social" target="_blank"><i class="fa fa-fw fa-weibo"></i> Weibo</a>{% endif %}