From e059fd2e05e6ec25ac61e48ce96cd069b44021c6 Mon Sep 17 00:00:00 2001 From: Djordje Atlialp Date: Thu, 2 Jul 2020 12:39:25 +0200 Subject: [PATCH] Add icons for pinterest, tumblr, whatsapp and ycombinator --- docs/svgs.md | 4 ++++ layouts/partials/svg.html | 16 ++++++++++++---- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/docs/svgs.md b/docs/svgs.md index e60e674..46a10f0 100644 --- a/docs/svgs.md +++ b/docs/svgs.md @@ -26,6 +26,7 @@ - [medium](https://simpleicons.org/?q=medium) - [mixcloud](https://simpleicons.org/?q=mixcloud) - [linkedin](https://feathericons.com/?query=linked) +- [pinterest](https://simpleicons.org/?q=pinterest) - [podcasts-apple](https://simpleicons.org/?q=podcast) - [podcasts-google](https://simpleicons.org/?q=podcast) - [reddit](https://simpleicons.org/?q=reddit) @@ -33,9 +34,12 @@ - [soundcloud](https://simpleicons.org/?q=soundcloud) - stackoverflow - telegram +- [tumblr](https://simpleicons.org/?q=tumblr) - twitch - twitter +- [whatsapp](https://simpleicons.org/?q=whatsapp) - [xampp](https://simpleicons.org/?q=xampp) - [xing](https://simpleicons.org/?q=xing) - [xmpp](https://simpleicons.org/?q=xmpp) +- [ycombinator](https://simpleicons.org/?q=ycombinator) - youtube diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html index b9e1810..5bb8b24 100644 --- a/layouts/partials/svg.html +++ b/layouts/partials/svg.html @@ -4,6 +4,8 @@ {{- else if (eq .name "codepen") -}} +{{- else if (eq .name "dev") -}} + {{- else if (eq .name "deviantart") -}} {{- else if (eq .name "discogs") -}} @@ -44,10 +46,14 @@ {{- else if (eq .name "mastodon") -}} +{{- else if (eq .name "matrix") -}} + {{- else if (eq .name "medium") -}} {{- else if (eq .name "mixcloud") -}} +{{- else if (eq .name "pinterest") }} + {{- else if (eq .name "podcasts-apple") -}} {{- else if (eq .name "podcasts-google") -}} @@ -64,20 +70,22 @@ {{- else if (eq .name "telegram") -}} +{{- else if (eq .name "tumblr") }} + {{- else if (eq .name "twitch") -}} {{- else if (eq .name "twitter") -}} +{{- else if (eq .name "whatsapp") }} + {{- else if (eq .name "xampp") -}} {{- else if (eq .name "xing") -}} {{- else if (eq .name "xmpp") -}} +{{- else if (eq .name "ycombinator") -}} + {{- else if (eq .name "youtube") -}} -{{- else if (eq .name "matrix") -}} - -{{- else if (eq .name "dev") -}} - {{- end -}}