From 6be4d23dab1bd27118e48e21d3278a9745f4e182 Mon Sep 17 00:00:00 2001 From: jeremyvoltz Date: Mon, 20 Oct 2014 13:06:15 -0400 Subject: [PATCH] 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 e38f727..ab935e6 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 f92d631..98b4628 100644 --- a/_includes/_author-bio.html +++ b/_includes/_author-bio.html @@ -23,3 +23,5 @@ {% 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 -- 2.43.0