From 4d5cf418d9048bfd97335b225b69bee992fe1701 Mon Sep 17 00:00:00 2001 From: MayMeow Date: Mon, 28 Jun 2021 09:13:05 +0200 Subject: [PATCH 1/2] Add Threema icon --- 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 7f46e4c..fa4e620 100644 --- a/docs/svgs.md +++ b/docs/svgs.md @@ -58,6 +58,7 @@ - [stackoverflow](https://simpleicons.org/?q=stackoverflow) - [steam](https://simpleicons.org/?q=Steam) - [telegram](https://simpleicons.org/?q=telegram) +- [threema](https://simpleicons.org/?q=threema) - [tryhackme](https://simpleicons.org/?q=tryhackme) - [tumblr](https://simpleicons.org/?q=tumblr) - [twitch](https://simpleicons.org/?q=twitch) diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html index bed6089..c3c6fc8 100644 --- a/layouts/partials/svg.html +++ b/layouts/partials/svg.html @@ -118,6 +118,8 @@ {{- else if (eq .name "telegram") -}} +{{- else if (eq .name "threema") -}} + Threema {{- else if (eq .name "tryhackme") -}} {{- else if (eq .name "tumblr") }} From 344a6e684c332373621ae1971ff4db0f4f49846b Mon Sep 17 00:00:00 2001 From: MayMeow Date: Mon, 28 Jun 2021 09:19:10 +0200 Subject: [PATCH 2/2] Update svg.html Remove title from Threema icon --- 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 c3c6fc8..122a6f2 100644 --- a/layouts/partials/svg.html +++ b/layouts/partials/svg.html @@ -119,7 +119,7 @@ {{- else if (eq .name "telegram") -}} {{- else if (eq .name "threema") -}} - Threema + {{- else if (eq .name "tryhackme") -}} {{- else if (eq .name "tumblr") }}