diff --git a/_config.yml b/_config.yml index e38f727e..ab935e6d 100644 --- a/_config.yml +++ b/_config.yml @@ -50,6 +50,8 @@ owner: foursquare: #username steam: #username dribbble: #username + youtube: #username + soundcloud: #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 90965ceb..98b4628a 100644 --- a/_includes/_author-bio.html +++ b/_includes/_author-bio.html @@ -9,17 +9,19 @@ {% endif %}

{{ author.name }}

{{ author.bio }}

-{% if author.email %} Email{% endif %} -{% if author.twitter %} Twitter{% endif %} -{% if author.facebook %} Facebook{% endif %} -{% if author.google.plus %} Google+{% endif %} -{% if author.linkedin %} LinkedIn{% endif %} -{% if author.instagram %} Instagram{% endif %} -{% if author.tumblr %} Tumblr{% endif %} -{% if author.github %} Github{% endif %} -{% if author.stackoverflow %} Stackoverflow{% endif %} -{% if author.lastfm %} Last.fm{% endif %} -{% if author.dribbble %} Dribbble{% endif %} -{% if author.pinterest %} Pinterest{% endif %} -{% if author.foursquare %} Foursquare{% endif %} -{% if author.steam %} Steam{% endif %} +{% if author.email %} Email{% endif %} +{% if author.twitter %} Twitter{% endif %} +{% if author.facebook %} Facebook{% endif %} +{% if author.google.plus %} Google+{% endif %} +{% if author.linkedin %} LinkedIn{% endif %} +{% if author.instagram %} Instagram{% endif %} +{% if author.tumblr %} Tumblr{% endif %} +{% if author.github %} Github{% endif %} +{% if author.stackoverflow %} Stackoverflow{% endif %} +{% if author.lastfm %} Last.fm{% endif %} +{% if author.dribbble %} Dribbble{% endif %} +{% if author.pinterest %} Pinterest{% endif %} +{% 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