From dced55863c139c316b10d4fbfa30b69aec56052a Mon Sep 17 00:00:00 2001 From: MaikelChan Date: Thu, 30 Nov 2023 02:21:06 +0100 Subject: [PATCH] Added Etsy and TikTok icons. --- README.md | 1 + layouts/partials/svg.html | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index ffbbdbc..0957a24 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ The following icons are supported, please make sure the `name` filed is exactly | `shutterstock` | `freepik` | `adobestock` | `123rf` | | `dreamstime` | `dribbble` | `behance` | `paypal` | | `twitch` | `qq` | `mastodon` | `discord` | +| `etsy` | `tiktok` | | | 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 cd8bbc3..96b43ff 100644 --- a/layouts/partials/svg.html +++ b/layouts/partials/svg.html @@ -54,6 +54,10 @@ {{- else if (eq .name "discord") -}} +{{- else if (eq .name "etsy") -}} + +{{- else if (eq .name "tiktok") -}} + {{- else if (eq .name "admonition_note") -}} {{- else if (eq .name "admonition_info") -}}