From de1759f343a9338ad84d410f5f095e5159543c46 Mon Sep 17 00:00:00 2001 From: Mark Limb <74635471+mrklimb@users.noreply.github.com> Date: Mon, 23 Nov 2020 18:38:04 +1000 Subject: [PATCH 1/2] Update svg.html Added a new "case" icon which is useful for authors wishing to have an icon to their work homepage. --- layouts/partials/svg.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html index eef42d8..1e2f374 100644 --- a/layouts/partials/svg.html +++ b/layouts/partials/svg.html @@ -4,6 +4,8 @@ {{- else if (eq .name "bitbucket") -}} +{{- else if (eq .name "case") -}} + {{- else if (eq .name "codesandbox") -}} {{- else if (eq .name "codechef") -}} From bce95b3e9fc5f2eb3eca1d4ba0622ec07484b24c Mon Sep 17 00:00:00 2001 From: Mark Limb <74635471+mrklimb@users.noreply.github.com> Date: Tue, 24 Nov 2020 10:21:27 +1000 Subject: [PATCH 2/2] Update svgs.md Added case to the documentation to reflect updates to the available svg icons. --- docs/svgs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/svgs.md b/docs/svgs.md index 910ebac..28fbc28 100644 --- a/docs/svgs.md +++ b/docs/svgs.md @@ -3,6 +3,7 @@ - [box](https://simpleicons.org/?q=box) - [behance](https://simpleicons.org/?q=behance) - [bitbucket](https://simpleicons.org/?q=bitbucket) +- case - generic briefcase icon for work based links - [codesandbox](https://simpleicons.org/?q=codesandbox) - [codechef](https://simpleicons.org/?q=codechef) - [codepen](https://simpleicons.org/?q=codepen)