From ab99a053d5af7df8a8ae434a309e385ae0d3d94a Mon Sep 17 00:00:00 2001 From: eekotenok1 Date: Wed, 14 Oct 2020 18:51:45 +0300 Subject: [PATCH 1/3] {docs,layouts}: svg: Add bitbucket icon Signed-off-by: eekotenok1 --- 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 b9c7193..b5f6bcb 100644 --- a/docs/svgs.md +++ b/docs/svgs.md @@ -2,6 +2,7 @@ - [box](https://simpleicons.org/?q=box) - [behance](https://simpleicons.org/?q=behance) +- [bitbucket](https://simpleicons.org/?q=bitbucket) - [codesandbox](https://simpleicons.org/?q=codesandbox) - [codechef](https://simpleicons.org/?q=codechef) - [codepen](https://simpleicons.org/?q=codepen) diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html index 35019f4..ca8d120 100644 --- a/layouts/partials/svg.html +++ b/layouts/partials/svg.html @@ -2,6 +2,8 @@ {{- else if (eq .name "behence") -}} +{{- else if (eq .name "bitbucket") -}} + {{- else if (eq .name "codesandbox") -}} {{- else if (eq .name "codechef") -}} From b8478456855cf36bca54f724796db269d2bf353d Mon Sep 17 00:00:00 2001 From: eekotenok1 Date: Wed, 14 Oct 2020 19:11:00 +0300 Subject: [PATCH 2/3] {docs,layouts}: svg: Add gitter icon Signed-off-by: eekotenok1 --- 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 b5f6bcb..ba8a8a4 100644 --- a/docs/svgs.md +++ b/docs/svgs.md @@ -18,6 +18,7 @@ - gitbook - [github](https://feathericons.com/?query=github) - [gitlab](https://feathericons.com/?query=gitlab) +- [gitter](https://simpleicons.org/icons/gitter.svg) - [goodreads](https://simpleicons.org/?q=goodreads) - [googlescholar](https://simpleicons.org/?q=googlescholar) - [hackerone](https://simpleicons.org/?q=hackerone) diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html index ca8d120..730fae5 100644 --- a/layouts/partials/svg.html +++ b/layouts/partials/svg.html @@ -34,6 +34,8 @@ {{- else if (eq .name "gitlab") -}} +{{- else if (eq .name "gitter") -}} + {{- else if (eq .name "goodreads") -}} {{- else if (eq .name "googlescholar") -}} From be3e461c41e0f185350f79efa97a67b1478c888d Mon Sep 17 00:00:00 2001 From: eekotenok1 Date: Wed, 14 Oct 2020 19:26:31 +0300 Subject: [PATCH 3/3] {docs,layouts}: svg: Add spotify icon Signed-off-by: eekotenok1 --- 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 ba8a8a4..910ebac 100644 --- a/docs/svgs.md +++ b/docs/svgs.md @@ -42,6 +42,7 @@ - [signal](https://simpleicons.org/?q=signal) - [slack](https://simpleicons.org/?q=slack) - [soundcloud](https://simpleicons.org/?q=soundcloud) +- [spotify](https://simpleicons.org/?q=spotify) - [stackoverflow](https://simpleicons.org/?q=stackoverflow) - [steam](https://simpleicons.org/?q=Steam) - [telegram](https://simpleicons.org/?q=telegram) diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html index 730fae5..eef42d8 100644 --- a/layouts/partials/svg.html +++ b/layouts/partials/svg.html @@ -84,6 +84,8 @@ {{- else if (eq .name "soundcloud") -}} +{{- else if (eq .name "spotify") -}} + {{- else if (eq .name "stackoverflow") -}} {{- else if (eq .name "steam") -}}