From 95f939f677eb71dad46a2c82b7522bc545330989 Mon Sep 17 00:00:00 2001 From: Marc Nevin <22050696+Nevin243@users.noreply.github.com> Date: Tue, 21 Apr 2020 22:41:43 +0100 Subject: [PATCH] changed icons to fa5, removed a dependency and added CDN for FA5 and shim --- _includes/head.html | 4 ++-- _includes/social_links.html | 13 ++++++++----- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index cfa3aa4..0a049ee 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -4,7 +4,6 @@ {% if page.title %}{{ page.title | strip_html }} – {% endif %}{{ site.title | strip_html }} - @@ -22,7 +21,8 @@ {% if site.show_social_icons or site.show_sharing_icons %} - + + {% endif %} diff --git a/_includes/social_links.html b/_includes/social_links.html index b3c57d6..5d25694 100644 --- a/_includes/social_links.html +++ b/_includes/social_links.html @@ -1,16 +1,19 @@
{% if site.linkedin_username %} - + {% endif %} {% if site.github_username %} - + {% endif %} {% if site.twitter_username %} - + + {% endif %} + {% if site.devto_username %} + {% endif %} {% if site.email %} - + {% endif %} - +