From d638b062041b446f311fc2432be9f45ccac9d868 Mon Sep 17 00:00:00 2001 From: Tnze Date: Sun, 8 Mar 2020 17:10:18 +0800 Subject: [PATCH] Add social icon of QQ (#118) --- README.md | 2 +- layouts/partials/svg.html | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 95ee384..ade37d5 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` | | | | +| `twitch` | `qq` | | | 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 1d376bf..adc8f87 100644 --- a/layouts/partials/svg.html +++ b/layouts/partials/svg.html @@ -40,6 +40,8 @@ {{- else if (eq .name "paypal") -}} +{{- else if (eq .name "qq") -}} + {{- else -}} - + {{- end -}}