diff --git a/_config.yml b/_config.yml
index 2dbd79fa0..8f0571d1b 100644
--- a/_config.yml
+++ b/_config.yml
@@ -46,6 +46,11 @@ social:
instagram: https://www.instagram.com/bootstrapstarter/
facebook: https://www.facebook.com/bootstrapstartercom-346329609045284
twitter: https://twitter.com/bstartercom
+ linkedin: https://www.linkedin.com/company/github/
+ # medium:
+ # stack-overflow:
+ # pinterest:
+ github: https://github.com/wowthemesnet
# Plugins
plugins:
@@ -53,4 +58,4 @@ plugins:
- jekyll-sitemap
- jekyll-feed
- jekyll-seo-tag
-- jekyll-archives
\ No newline at end of file
+- jekyll-archives
diff --git a/_layouts/default.html b/_layouts/default.html
index 44fc2cdbd..e2b8865c3 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -51,24 +51,71 @@
Follow
-
-
-
-
-
-
-
-
-
-
-
+ {% if site.social.twitter %}
+
+
+
+ {% endif %}
+
+ {% if site.social.instagram %}
+
+
+
+ {% endif %}
+
+ {% if site.social.facebook %}
+
+
+
+ {% endif %}
+
+ {% if site.social.linkedin %}
+
+
+
+ {% endif %}
+
+ {% if site.social.medium %}
+
+
+
+ {% endif %}
+
+ {% if site.social.stack-overflow %}
+
+
+
+ {% endif %}
+
+ {% if site.social.pinterest %}
+
+
+
+ {% endif %}
+ {% if site.social.github %}
+
+
+
+ {% endif %}
+