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") -}}