From a11da701670ff40b7d77f076e6223ae41dc402fe Mon Sep 17 00:00:00 2001 From: Harshit Date: Tue, 2 Feb 2021 22:17:32 -0800 Subject: [PATCH 1/3] update with unsplash svg --- layouts/partials/svg.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html index 8c4709f..547331d 100644 --- a/layouts/partials/svg.html +++ b/layouts/partials/svg.html @@ -110,6 +110,8 @@ {{- else if (eq .name "twitter") -}} +{{- else if (eq .name "unsplash") -}} + {{- else if (eq .name "whatsapp") }} {{- else if (eq .name "xampp") -}} From b1149fb21705eb154a3a53ebf7c1cca66259f909 Mon Sep 17 00:00:00 2001 From: Harshit Date: Tue, 2 Feb 2021 22:19:12 -0800 Subject: [PATCH 2/3] update docs with unsplash --- docs/svgs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/svgs.md b/docs/svgs.md index f6a03e6..8f38724 100644 --- a/docs/svgs.md +++ b/docs/svgs.md @@ -54,6 +54,7 @@ - [tumblr](https://simpleicons.org/?q=tumblr) - [twitch](https://simpleicons.org/?q=twitch) - [twitter](https://simpleicons.org/?q=twitter) +- [unsplash](https://simpleicons.org/?q=unsplash) - [whatsapp](https://simpleicons.org/?q=whatsapp) - [xampp](https://simpleicons.org/?q=xampp) - [xing](https://simpleicons.org/?q=xing) From e179cf0e0a0b66eba9120c3e7f91093ee39787a1 Mon Sep 17 00:00:00 2001 From: Harshit Date: Tue, 2 Feb 2021 22:27:59 -0800 Subject: [PATCH 3/3] Correct svg --- 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 547331d..4b14b1c 100644 --- a/layouts/partials/svg.html +++ b/layouts/partials/svg.html @@ -111,7 +111,7 @@ {{- else if (eq .name "twitter") -}} {{- else if (eq .name "unsplash") -}} - + {{- else if (eq .name "whatsapp") }} {{- else if (eq .name "xampp") -}}