From ba3a0d3aeca928456ab1cb0d62bce1e74d44a8a9 Mon Sep 17 00:00:00 2001 From: Pranaya Deomani Date: Tue, 18 Jan 2022 05:29:07 +0000 Subject: svg: Fix typo in Behance --- layouts/partials/svg.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html index bf40997..9d9ab37 100644 --- a/layouts/partials/svg.html +++ b/layouts/partials/svg.html @@ -4,7 +4,7 @@ {{- else if (eq .name "box") -}} -{{- else if (eq .name "behence") -}} +{{- else if (eq .name "behance") -}} {{- else if (eq .name "bitbucket") -}} -- cgit v1.2.3 From d3f20a23370184dcdedd8b944d7b8a271d6b9718 Mon Sep 17 00:00:00 2001 From: Pranaya Deomani Date: Tue, 18 Jan 2022 05:36:21 +0000 Subject: docs: Align svg list with current layouts/partials/svg.html --- docs/svgs.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/svgs.md b/docs/svgs.md index ad655f2..26d1055 100644 --- a/docs/svgs.md +++ b/docs/svgs.md @@ -28,6 +28,7 @@ - [goodreads](https://simpleicons.org/?q=goodreads) - [googleplay](https://simpleicons.org/?q=googleplay) - [googlescholar](https://simpleicons.org/?q=googlescholar) +- gpg - [hackerone](https://simpleicons.org/?q=hackerone) - [hackerrank](https://simpleicons.org/?q=hackerrank) - [hackthebox](https://simpleicons.org/?q=hackthebox) @@ -47,6 +48,7 @@ - [npm](https://simpleicons.org/?q=npm) - [opencollective](https://simpleicons.org/?q=opencollective) - [orcid](https://simpleicons.org/?q=orcid) +- [patreon](https://simpleicons.org/?q=patreon) - [peertube](https://simpleicons.org/?q=peertube) - [pinterest](https://simpleicons.org/?q=pinterest) - [pixelfed](https://github.com/pixelfed/pixelfed/blob/dev/public/img/pixelfed-icon-black.svg) @@ -61,6 +63,7 @@ - [spotify](https://simpleicons.org/?q=spotify) - [stackoverflow](https://simpleicons.org/?q=stackoverflow) - [steam](https://simpleicons.org/?q=Steam) +- [strava](https://simpleicons.org/?q=strava) - [telegram](https://simpleicons.org/?q=telegram) - [threema](https://simpleicons.org/?q=threema) - [tryhackme](https://simpleicons.org/?q=tryhackme) -- cgit v1.2.3 From 5bbf4dfb9c38a6ca1f3e18e1457e5455f1fcec3e Mon Sep 17 00:00:00 2001 From: Pranaya Deomani Date: Tue, 18 Jan 2022 05:44:31 +0000 Subject: svg: Add XDA Developers icon from Simple Icons * https://simpleicons.org/?q=xda --- 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 26d1055..146dcb7 100644 --- a/docs/svgs.md +++ b/docs/svgs.md @@ -73,6 +73,7 @@ - [unsplash](https://simpleicons.org/?q=unsplash) - [whatsapp](https://simpleicons.org/?q=whatsapp) - [xampp](https://simpleicons.org/?q=xampp) +- [xda](https://simpleicons.org/?q=xda) - [xing](https://simpleicons.org/?q=xing) - [xmpp](https://simpleicons.org/?q=xmpp) - [ycombinator](https://simpleicons.org/?q=ycombinator) diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html index 9d9ab37..5fc78a1 100644 --- a/layouts/partials/svg.html +++ b/layouts/partials/svg.html @@ -144,6 +144,8 @@ {{- else if (eq .name "xampp") -}} +{{- else if (eq .name "xda") -}} + {{- else if (eq .name "xing") -}} {{- else if (eq .name "xmpp") -}} -- cgit v1.2.3 From 7721cf989376418d783601ce4bf85e92757c1fd2 Mon Sep 17 00:00:00 2001 From: Pranaya Deomani Date: Tue, 18 Jan 2022 06:55:33 +0000 Subject: svg: Add PayPal icon from Simple Icons * https://simpleicons.org/?q=paypal --- 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 146dcb7..3e3d464 100644 --- a/docs/svgs.md +++ b/docs/svgs.md @@ -49,6 +49,7 @@ - [opencollective](https://simpleicons.org/?q=opencollective) - [orcid](https://simpleicons.org/?q=orcid) - [patreon](https://simpleicons.org/?q=patreon) +- [paypal](https://simpleicons.org/?q=paypal) - [peertube](https://simpleicons.org/?q=peertube) - [pinterest](https://simpleicons.org/?q=pinterest) - [pixelfed](https://github.com/pixelfed/pixelfed/blob/dev/public/img/pixelfed-icon-black.svg) diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html index 5fc78a1..ac45b3b 100644 --- a/layouts/partials/svg.html +++ b/layouts/partials/svg.html @@ -96,6 +96,8 @@ {{- else if (eq .name "patreon") -}} +{{- else if (eq .name "paypal") -}} + {{- else if (eq .name "peertube") }} {{- else if (eq .name "pinterest") }} -- cgit v1.2.3