Add weibo icon and link to author sidebar
This commit is contained in:
parent
edd3c6bad4
commit
a9263c5b48
35
_config.yml
35
_config.yml
@ -34,22 +34,25 @@ owner:
|
||||
twitter: mmistakes
|
||||
facebook: michaelrose
|
||||
google:
|
||||
plus: MichaelRoseDesign
|
||||
analytics: UA-2011187-3
|
||||
verify: UQj93ERU9zgECodaaXgVpkjrFn9UrDMEzVamacSoQ8Y
|
||||
ad-client: ca-pub-7328585512091257
|
||||
ad-slot: 7855747535
|
||||
bing-verify: D81F4C18A6CB3018F64D7C827D953DFD
|
||||
github: mmistakes
|
||||
stackoverflow:
|
||||
linkedin:
|
||||
instagram: mmistakes
|
||||
lastfm:
|
||||
tumblr:
|
||||
pinterest:
|
||||
foursquare:
|
||||
steam:
|
||||
dribbble:
|
||||
plus: #username
|
||||
analytics:
|
||||
verify:
|
||||
ad-client:
|
||||
ad-slot:
|
||||
bing-verify:
|
||||
github: #username
|
||||
stackoverflow: #http://stackoverflow.com/users/123456/username
|
||||
linkedin: #username
|
||||
instagram: #username
|
||||
lastfm: #username
|
||||
tumblr: #username
|
||||
pinterest: #username
|
||||
foursquare: #username
|
||||
steam: #username
|
||||
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"]
|
@ -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.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.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 %}
|
Loading…
Reference in New Issue
Block a user