diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index ef42875..73fe0e8 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -138,6 +138,7 @@ unsafe = true
#Pinterest = "xxxx"
#Reddit = "xxxx"
#Codepen = "xxxx"
+ #FreeCodeCamp = "xxxx"
#Bitbucket = "xxxx"
#Stackoverflow = "xxxx"
#Weibo = "xxxx"
diff --git a/layouts/partials/home/social.html b/layouts/partials/home/social.html
index 469f9e9..6b7c687 100644
--- a/layouts/partials/home/social.html
+++ b/layouts/partials/home/social.html
@@ -49,6 +49,9 @@
{{ with .Site.Params.Social.Codepen}}
{{ end }}
+{{ with .Site.Params.Social.FreeCodeCamp}}
+
+{{ end }}
{{ with .Site.Params.Social.Bitbucket}}
{{ end }}
@@ -101,7 +104,7 @@
{{ end }}
{{ with .Site.Params.Social.Hackernews}}
-
+
{{ end }}
{{ with .Site.Params.Social.Kickstarter}}