From 4e6f10b024d66c92b5e91981cc3dd4f804998a58 Mon Sep 17 00:00:00 2001 From: Djordje Atlialp Date: Sat, 26 Sep 2020 12:20:56 +0200 Subject: [PATCH] Add icon codesandbox --- docs/svgs.md | 1 + layouts/partials/svg.html | 2 ++ 2 files changed, 3 insertions(+) diff --git a/docs/svgs.md b/docs/svgs.md index c7ab686..0c60950 100644 --- a/docs/svgs.md +++ b/docs/svgs.md @@ -1,6 +1,7 @@ # Available Social Icons: - [behance](https://simpleicons.org/?q=behance) +- [codesandbox](https://simpleicons.org/?q=codesandbox) - [codechef](https://simpleicons.org/?q=codechef) - [codepen](https://simpleicons.org/?q=codepen) - [dev](https://simpleicons.org/?q=devto) diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html index 6da20fb..575fc21 100644 --- a/layouts/partials/svg.html +++ b/layouts/partials/svg.html @@ -1,5 +1,7 @@ {{- if (eq .name "behence") -}} +{{- else if (eq .name "codesandbox") -}} + {{- else if (eq .name "codechef") -}} {{- else if (eq .name "codepen") -}}