From f4353fcf1e447bdd9704106707f9bf3a35d78454 Mon Sep 17 00:00:00 2001 From: Cameron Kilgore Date: Sat, 18 Nov 2023 09:58:52 -0600 Subject: [PATCH 1/2] Added social icons for Threads and Bluesky --- layouts/partials/svg.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html index 5816cd7..8ff05bb 100644 --- a/layouts/partials/svg.html +++ b/layouts/partials/svg.html @@ -8,6 +8,8 @@ {{- else if (eq .name "bitbucket") -}} +{{- else if (eq .name "bluesky") -}} + {{- else if (eq .name "case") -}} {{- else if (eq .name "chess") -}} @@ -154,6 +156,8 @@ {{- else if (eq .name "telegram") -}} +{{- else if (eq .name "threads") -}} + {{- else if (eq .name "threema") -}} {{- else if (eq .name "tryhackme") -}} From 9aed7ef594e4eeaac3127184800b9391d0a171e3 Mon Sep 17 00:00:00 2001 From: Cameron Kilgore Date: Sun, 31 Dec 2023 10:43:34 -0600 Subject: [PATCH 2/2] Update svg.html to use new bluesky icon --- layouts/partials/svg.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html index 8ff05bb..6f5f487 100644 --- a/layouts/partials/svg.html +++ b/layouts/partials/svg.html @@ -9,7 +9,10 @@ {{- else if (eq .name "bitbucket") -}} {{- else if (eq .name "bluesky") -}} - + + + + {{- else if (eq .name "case") -}} {{- else if (eq .name "chess") -}}