From 9f610952b94d821d3dad9153e6dceabf7f092bdb Mon Sep 17 00:00:00 2001 From: jeremyvoltz Date: Mon, 20 Oct 2014 13:04:49 -0400 Subject: [PATCH 1/2] Added the fixed width class for font awesome icons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This will allow cleaner stacking of icons that aren’t square --- _includes/_author-bio.html | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/_includes/_author-bio.html b/_includes/_author-bio.html index 90965ceb6efa..f92d63190185 100644 --- a/_includes/_author-bio.html +++ b/_includes/_author-bio.html @@ -9,17 +9,17 @@ {% 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 %} From 6be4d23dab1bd27118e48e21d3278a9745f4e182 Mon Sep 17 00:00:00 2001 From: jeremyvoltz Date: Mon, 20 Oct 2014 13:06:15 -0400 Subject: [PATCH 2/2] Added youtube and soundcloud for site owner --- _config.yml | 2 ++ _includes/_author-bio.html | 2 ++ 2 files changed, 4 insertions(+) diff --git a/_config.yml b/_config.yml index e38f727ebfce..ab935e6db72a 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 f92d63190185..98b4628a39e0 100644 --- a/_includes/_author-bio.html +++ b/_includes/_author-bio.html @@ -23,3 +23,5 @@

{{ author.name }}

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