From 3db22bcdb164cecc6b08ca365f736da943a9bac4 Mon Sep 17 00:00:00 2001 From: Logan MacLaren Date: Wed, 9 Nov 2022 09:22:46 -0500 Subject: [PATCH 1/3] Add Mastodon social SVG --- layouts/partials/svg.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html index adc8f870..57eab40d 100644 --- a/layouts/partials/svg.html +++ b/layouts/partials/svg.html @@ -42,6 +42,8 @@ {{- else if (eq .name "qq") -}} +{{- else if (eq .name "mastodon") -}} + {{- else -}} {{- end -}} From 7ea3395073edf7442be4b557ff1f030163f3359a Mon Sep 17 00:00:00 2001 From: Logan MacLaren Date: Mon, 19 Dec 2022 21:53:05 -0500 Subject: [PATCH 2/3] Updating stroke width and viewbox --- 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 57eab40d..1159cbf0 100644 --- a/layouts/partials/svg.html +++ b/layouts/partials/svg.html @@ -43,7 +43,7 @@ {{- else if (eq .name "qq") -}} {{- else if (eq .name "mastodon") -}} - + {{- else -}} {{- end -}} From 3c6f178f757c6aec93bf98513e577cb3343e1d63 Mon Sep 17 00:00:00 2001 From: Logan MacLaren Date: Mon, 19 Dec 2022 21:55:18 -0500 Subject: [PATCH 3/3] Add mastodon to README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ade37d51..266c9cc4 100755 --- a/README.md +++ b/README.md @@ -69,7 +69,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` | | | +| `twitch` | `qq` | `mastodon` | | If that's not enough, you can see [Overriding templates](#overriding-templates) section.