From e6a99907cbb98cdb04c9fcf590fa7fcb404d1528 Mon Sep 17 00:00:00 2001 From: NaNkeen Date: Sun, 27 May 2018 17:29:58 +0800 Subject: [PATCH 1/4] Upgraded FontAwesome to v5.0.13 --- layouts/partials/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index df70f67..d1127d3 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -19,7 +19,7 @@ {{ "" | safeHTML }} - + {{ if .Site.Params.highlightjs -}} {{ "" | safeHTML }} From 366a1b8ae7298ca90e2546057d008320ab7f670a Mon Sep 17 00:00:00 2001 From: NaNkeen Date: Sun, 27 May 2018 17:30:50 +0800 Subject: [PATCH 2/4] Added Keybase in social sidebar --- layouts/partials/sidebar_social.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/layouts/partials/sidebar_social.html b/layouts/partials/sidebar_social.html index 7083fed..a9c529f 100644 --- a/layouts/partials/sidebar_social.html +++ b/layouts/partials/sidebar_social.html @@ -26,6 +26,9 @@ {{ with .Site.Params.social.xing }}   {{ end }} + {{ with .Site.Params.social.keybase }} +   + {{ end }} {{ with .Site.Params.social.email }}   {{ end }} From c3e002418a39c8a380869f60dd0ab4738b775d40 Mon Sep 17 00:00:00 2001 From: NaNkeen Date: Sun, 27 May 2018 17:41:38 +0800 Subject: [PATCH 3/4] Added aria-hidden to the keybase icon --- layouts/partials/sidebar_social.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/sidebar_social.html b/layouts/partials/sidebar_social.html index a9c529f..37d1934 100644 --- a/layouts/partials/sidebar_social.html +++ b/layouts/partials/sidebar_social.html @@ -27,7 +27,7 @@   {{ end }} {{ with .Site.Params.social.keybase }} -   +   {{ end }} {{ with .Site.Params.social.email }}   From 65ebc7ece887505cbcb3317d22c0877a60cea6bf Mon Sep 17 00:00:00 2001 From: NaNkeen Date: Tue, 29 May 2018 11:42:55 +0800 Subject: [PATCH 4/4] switched from CSS to JavaScript for loading Font Awesome --- layouts/partials/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index d1127d3..ad7656f 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -19,7 +19,7 @@ {{ "" | safeHTML }} - + {{ if .Site.Params.highlightjs -}} {{ "" | safeHTML }}