From 8d2cc5b532068f6ce60a2c5842ad467ced861346 Mon Sep 17 00:00:00 2001 From: tristor Date: Sun, 7 Feb 2021 07:11:51 -0600 Subject: Adds the fa-fw class to the linkedin and RSS social icons so they align correctly with the rest in the sidebar. --- layouts/partials/social.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/social.html b/layouts/partials/social.html index f1cc534..1b3b3ba 100644 --- a/layouts/partials/social.html +++ b/layouts/partials/social.html @@ -4,7 +4,7 @@ {{ if .OutputFormats.Get "RSS" }}
  • RSS + class="fas fa-rss fa-fw">RSS
  • {{ end }} @@ -100,7 +100,7 @@ {{ with .Site.Social.linkedin }}
  • - LinkedIn + LinkedIn
  • {{ end }} -- cgit v1.2.3 From 480792e2ccb07c08dd616365613656f0bcef24ed Mon Sep 17 00:00:00 2001 From: tristor Date: Sun, 7 Feb 2021 07:21:03 -0600 Subject: Adds fa-fw class to GNU Social, BitBucket, MobyGames, and Keybase --- layouts/partials/social.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/layouts/partials/social.html b/layouts/partials/social.html index 1b3b3ba..ececc99 100644 --- a/layouts/partials/social.html +++ b/layouts/partials/social.html @@ -18,7 +18,7 @@ {{ with .Site.Social.gnusocial }}
  • - GNU social + GNU social
  • {{ end }} @@ -140,7 +140,7 @@ {{ with .Site.Social.bitbucket }}
  • - Bitbucket + Bitbucket
  • {{ end }} @@ -166,7 +166,7 @@ {{ with .Site.Social.mobygames }}
  • - MobyGames + MobyGames
  • {{ end }} @@ -188,7 +188,7 @@ {{ with .Site.Social.keybase }}
  • - Keybase + Keybase
  • {{ end }} -- cgit v1.2.3