From d43aeab685a9ae4db262b5bc641e1b573de4aeb9 Mon Sep 17 00:00:00 2001 From: Hannah Barudin Date: Sat, 11 Jul 2015 22:08:55 -0400 Subject: [PATCH] Add CodePen to owner social options --- _config.yml | 1 + _includes/_author-bio.html | 1 + 2 files changed, 2 insertions(+) diff --git a/_config.yml b/_config.yml index 2fa10c3a..3cd96e75 100644 --- a/_config.yml +++ b/_config.yml @@ -55,6 +55,7 @@ owner: soundcloud: #username weibo: #username flickr: #username + codepen: #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 81eaaffe..7fd24e34 100644 --- a/_includes/_author-bio.html +++ b/_includes/_author-bio.html @@ -31,4 +31,5 @@ {% if author.soundcloud %} Soundcloud{% endif %} {% if author.weibo %} Weibo{% endif %} {% if author.flickr %} Flickr{% endif %} + {% if author.codepen %} CodePen{% endif %}