From 7b380540841d97d00d2b13e45fd0103120c95b5e Mon Sep 17 00:00:00 2001 From: EvanLuo42 Date: Thu, 21 Mar 2024 00:01:25 +0800 Subject: [PATCH 1/3] feat: Add social icon for BlueSky --- layouts/partials/svg.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html index 889545a..f41b03b 100644 --- a/layouts/partials/svg.html +++ b/layouts/partials/svg.html @@ -817,6 +817,12 @@ stroke-linecap="round" stroke-linejoin="round"> +{{- else if (eq $icon_name "bluesky") -}} + + + + + {{- else if $icon_name -}} From c4b83255407aff1194d9946795770057dce5e1f2 Mon Sep 17 00:00:00 2001 From: EvanLuo42 Date: Thu, 21 Mar 2024 00:11:44 +0800 Subject: [PATCH 2/3] fix: Remove previous fill style BlueSky icon --- layouts/partials/svg.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html index f41b03b..c2d3e0f 100644 --- a/layouts/partials/svg.html +++ b/layouts/partials/svg.html @@ -53,10 +53,6 @@ -{{- else if (eq $icon_name "bluesky") -}} - - - {{- else if (eq $icon_name "bugcrowd") -}} Date: Thu, 21 Mar 2024 00:27:09 +0800 Subject: [PATCH 3/3] fix: Forget to add currentColor --- layouts/partials/svg.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html index c2d3e0f..8728372 100644 --- a/layouts/partials/svg.html +++ b/layouts/partials/svg.html @@ -814,9 +814,9 @@ {{- else if (eq $icon_name "bluesky") -}} - + - + {{- else if $icon_name -}}