From ab99a053d5af7df8a8ae434a309e385ae0d3d94a Mon Sep 17 00:00:00 2001 From: eekotenok1 Date: Wed, 14 Oct 2020 18:51:45 +0300 Subject: [PATCH] {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") -}}