From cbc2eb6657eda60fa19f916c6c3eb93c2218709a Mon Sep 17 00:00:00 2001 From: Abhinav Kumar Date: Mon, 25 Dec 2023 21:06:23 +0530 Subject: [PATCH] added Medium icon --- README.md | 2 +- layouts/partials/svg.html | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b00cc38..7c85f29 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,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` | | | +| `etsy` | `tiktok` | `medium` | | 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 96b43ff..7c406b1 100644 --- a/layouts/partials/svg.html +++ b/layouts/partials/svg.html @@ -58,6 +58,8 @@ {{- else if (eq .name "tiktok") -}} +{{- else if (eq .name "medium") -}} + {{- else if (eq .name "admonition_note") -}} {{- else if (eq .name "admonition_info") -}}