diff --git a/_config.yml b/_config.yml index 7a577216..7b6fbd50 100644 --- a/_config.yml +++ b/_config.yml @@ -53,6 +53,7 @@ owner: youtube: #username soundcloud: #username weibo: #username + flickr: #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 08a387dd..47ec1b5a 100644 --- a/_includes/_author-bio.html +++ b/_includes/_author-bio.html @@ -25,4 +25,5 @@ {% if author.steam %} Steam{% endif %} {% if author.youtube %} Youtube{% endif %} {% if author.soundcloud %} Soundcloud{% endif %} -{% if author.weibo %} Weibo{% endif %} \ No newline at end of file +{% if author.weibo %} Weibo{% endif %} +{% if author.flickr %} Flickr{% endif %}