diff --git a/_includes/social.html b/_includes/social.html
index 8323c8c5..a597207a 100644
--- a/_includes/social.html
+++ b/_includes/social.html
@@ -1,115 +1,23 @@
- {% if site.facebook %}
- - Facebook
- {% endif %}
-
- {% if site.twitter %}
-
- {% endif %}
-
- {% if site.linkedin %}
- - LinkedIn
- {% endif %}
-
- {% if site.google_plus %}
- - Google +
- {% endif %}
-
- {% if site.vk %}
- - ВКонтакте
- {% endif %}
-
- {% if site.weibo %}
- - 微博
- {% endif %}
-
- {% if site.instagram %}
- - Instagram
- {% endif %}
-
- {% if site.flickr %}
- - Flickr
- {% endif %}
-
- {% if site.pinterest %}
- - Pinterest
- {% endif %}
-
- {% if site.github-user %}
- - GitHub
- {% endif %}
-
- {% if site.gitlab-user %}
- - GitLab
- {% endif %}
-
- {% if site.codepen %}
- - CodePen
- {% endif %}
-
- {% if site.stack-overflow %}
- - Stack Overflow
- {% endif %}
-
- {% if site.reddit %}
- - Reddit
- {% endif %}
-
- {% if site.steam %}
- - Steam
- {% endif %}
-
- {% if site.youtube %}
- - YouTube
- {% endif %}
-
- {% if site.vimeo %}
- - Vimeo
- {% endif %}
-
- {% if site.soundcloud %}
- - Soundcloud
- {% endif %}
-
- {% if site.lastfm %}
- - Last.fm
- {% endif %}
-
- {% if site.medium %}
- - Medium
- {% endif %}
-
- {% if site.tumblr %}
- - Tumblr
- {% endif %}
-
- {% if site.dribbble %}
- - Dribbble
- {% endif %}
-
- {% if site.blog_url %}
- - Blog
- {% endif %}
-
- {% if site.keybase %}
- - Keybase
- {% endif %}
-
- {% if site.email %}
- - Email
- {% endif %}
-
- {% if site.messenger %}
- - Messenger
- {% endif %}
-
- {% if site.telegram %}
- - Telegram
- {% endif %}
-
- {% if site.snapchat %}
- - Snapchat
- {% endif %}
-
- {% include too_social.html %}
+ {% assign links = null | compact %}
+ {% if site.social-links-order %}
+ {% for link in site.social-links-order %}
+ {% assign link-elem = site.social-links | where: "name", link %}
+ {% assign links = links | concat: link-elem %}
+ {% endfor %}
+ {% else %}
+ {% assign links = site.social-links %}
+ {% endif %}
+
+ {% for link in links %}
+ {% assign username = site[link.name] %}
+ {% if username %}
+ {% assign default-icon-class = "fab fa-2x fa-" | append: link.name %}
+ -
+
+ {{ link.name }}
+
+
+ {% endif %}
+ {% endfor %}
diff --git a/_includes/too_social.html b/_includes/too_social.html
deleted file mode 100644
index 0de246f8..00000000
--- a/_includes/too_social.html
+++ /dev/null
@@ -1,9 +0,0 @@
-