From 20c2ea89287bcd1d5c5129cd0d4cfc3dcb0e9356 Mon Sep 17 00:00:00 2001 From: Willem Vooijs Date: Mon, 21 Aug 2023 17:01:21 +0200 Subject: [PATCH] feat: add support for x.com logo/icon (#91) * Support x.com (new Twitter) logo * chore: add more information regarding Twitter and x.com logo --------- Co-authored-by: Sid <122173059+hugo-sid@users.noreply.github.com> --- README.md | 3 ++- layouts/partials/svgs/svgs.html | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f7a8639..53a3650f 100644 --- a/README.md +++ b/README.md @@ -171,8 +171,9 @@ url = "index.xml" | `telegram` | telegram.org | | `tiktok` | tiktok.com | | `twitch` | twitch.tv | -| `twitter` | twitter.com | +| `twitter` (the blue bird logo) | twitter.com | | `unsplash` | unsplash.com | +| `x` (formerly Twitter) | x.com | | `xda` | xda-developers.com | | `xing` | xing.com | | `ycombinator` | ycombinator.com | diff --git a/layouts/partials/svgs/svgs.html b/layouts/partials/svgs/svgs.html index c5c1a58f..68cbac14 100644 --- a/layouts/partials/svgs/svgs.html +++ b/layouts/partials/svgs/svgs.html @@ -641,6 +641,11 @@ +{{- else if (eq $icon_name "x") -}} + + + {{- else if (eq $icon_name "xda") -}}