From 6203d18d8b3e7aeb3d6425a810493fef321cd7b8 Mon Sep 17 00:00:00 2001 From: Sebastian Zanoni Date: Wed, 2 Aug 2023 07:20:22 +0200 Subject: [PATCH] Document X social icon --- Icons.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Icons.md b/Icons.md index 0144f85..e8f94ef 100644 --- a/Icons.md +++ b/Icons.md @@ -1,5 +1,6 @@ ## ToC - [Social Icons](#social-icons) - [Share Icons](#share-icons) @@ -78,6 +79,7 @@ | `twitch` | twitch.tv | | `twitter` | twitter.com | | `unsplash` | unsplash.com | +| `x` | x.com | | `xda` | xda-developers.com | | `xing` | xing.com | | `ycombinator` | ycombinator.com | @@ -91,9 +93,9 @@ socialIcons: - name: "kofi" title: "" url: "https://kofi.com" - - name: "twitter" + - name: "x" title: "" - url: "https://twitter.com" + url: "https://x.com" ``` --- @@ -102,7 +104,7 @@ socialIcons: | Platform | | --------------------------------------------------------------- | -| `twitter` (also generates hash tags from tags linked with post) | +| `x` (also generates hash tags from tags linked with post) | | `linkedin` | | `reddit` | | `facebook` | @@ -118,5 +120,5 @@ params: ```yml params: - ShareButtons: ["linkedin", "twitter"] # To customize which share buttons to be enabled on page + ShareButtons: ["linkedin", "x"] # To customize which share buttons to be enabled on page ``` -- 2.41.0.windows.1