From 1321f9e135e68b731fb575ec0651fc59e8e6f02c Mon Sep 17 00:00:00 2001 From: Adam Gausmann Date: Sun, 15 Sep 2019 03:29:44 -0500 Subject: [PATCH] Add Twitch social icon (#95) --- README.md | 1 + layouts/partials/svg.html | 2 ++ 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index ba6c3d2..95ee384 100755 --- a/README.md +++ b/README.md @@ -69,6 +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` | | | | If that's not enough, you can see [Overriding templates](#overriding-templates) section. diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html index 0834e2c..1d376bf 100644 --- a/layouts/partials/svg.html +++ b/layouts/partials/svg.html @@ -16,6 +16,8 @@ {{- else if (eq .name "telegram") -}} +{{- else if (eq .name "twitch") -}} + {{- else if (eq .name "twitter") -}} {{- else if (eq .name "youtube") -}}