From a5b9bedcc3915b3e2b32e5ec675978fe28a38a5d Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Fri, 14 Jun 2024 05:45:40 +0000 Subject: [PATCH] change twitter icon to X; fixes #1193 --- CHANGELOG.md | 1 + _includes/social-networks-links.html | 6 +++--- _includes/social-share.html | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95dff15f7af3..13900d08b2ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ - Pagination buttons: use nicer arrows, and don't show text on small screens (#1221) - Updated Yelp URL format - if you previously used the `yelp` social network config parameter, you might need to update the config value (#1259) - Added `title-on-all-pages` config setting, that adds the website title to all page titles (#1272) +- Change Twitter icon to X (#1193) - Upgraded font-awesome to 6.5.2 (#1330) ## v6.0.1 (2023-06-08) diff --git a/_includes/social-networks-links.html b/_includes/social-networks-links.html index c80e232460ca..141b27c2297f 100644 --- a/_includes/social-networks-links.html +++ b/_includes/social-networks-links.html @@ -101,12 +101,12 @@ {%- if network[0] == "twitter" -%}
  • - + - Twitter + X (Twitter)
  • {%- endif -%} diff --git a/_includes/social-share.html b/_includes/social-share.html index 4a7ca01e5b7c..b2e07e4b64bf 100644 --- a/_includes/social-share.html +++ b/_includes/social-share.html @@ -12,9 +12,9 @@ {% if site.share-links-active.twitter %} - - Twitter + class="btn btn-social-icon btn-twitter" title="Share on X (Twitter)"> + + X (Twitter) {% endif %}