From 0306004687d260240a4b488d20b3cf498b4626ca Mon Sep 17 00:00:00 2001 From: jluccisano Date: Sun, 12 Feb 2017 17:22:00 +0100 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 2fa10c3a8b7d..3cd96e751349 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 81eaaffe50b1..7fd24e34e33a 100644 --- a/_includes/_author-bio.html +++ b/_includes/_author-bio.html @@ -31,4 +31,5 @@

{{ author.name }}

{% if author.soundcloud %} Soundcloud{% endif %} {% if author.weibo %} Weibo{% endif %} {% if author.flickr %} Flickr{% endif %} + {% if author.codepen %} CodePen{% endif %}