From b14d43bab0dfdb53e32cd9093de2d7a4214788e2 Mon Sep 17 00:00:00 2001
From: Baa <9057997+Baa14453@users.noreply.github.com>
Date: Sun, 1 Oct 2023 17:37:21 +0100
Subject: [PATCH 1/2] Add custom Discord icon to svg.html
Drawn by [@jf908](https://github.com/jf908)
---
layouts/partials/svg.html | 2 ++
1 file changed, 2 insertions(+)
diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html
index 1d05fd7..9e4ba5d 100644
--- a/layouts/partials/svg.html
+++ b/layouts/partials/svg.html
@@ -50,6 +50,8 @@
{{- else if (eq .name "scrollup") -}}
+{{- else if (eq .name "discord") -}}
+
{{- else -}}
{{- end -}}
From 94b78b125091acd90f471873207e6867156b69a7 Mon Sep 17 00:00:00 2001
From: Baa <9057997+Baa14453@users.noreply.github.com>
Date: Sun, 1 Oct 2023 17:49:24 +0100
Subject: [PATCH 2/2] Add discord icon to README
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index b64ce72..1b11ab9 100644
--- a/README.md
+++ b/README.md
@@ -93,7 +93,7 @@ The following icons are supported, please make sure the `name` filed is exactly
| `stackoverflow` | `telegram` | `twitter` | `youtube` |
| `shutterstock` | `freepik` | `adobestock` | `123rf` |
| `dreamstime` | `dribbble` | `behance` | `paypal` |
-| `twitch` | `qq` | `mastodon` | |
+| `twitch` | `qq` | `mastodon` | `discord` |
If that's not enough, you can see [Overriding templates](#overriding-templates) section.