From 6513d030efd32f5ced3e1e95e1ef42a40507bed0 Mon Sep 17 00:00:00 2001 From: lostluck <13907733+lostluck@users.noreply.github.com> Date: Sun, 20 Oct 2024 10:48:38 -0700 Subject: [PATCH] Fix twitter link to use the one true twitter logo. --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 887b5e0..21664ea 100644 --- a/config.toml +++ b/config.toml @@ -96,7 +96,7 @@ summaryLength = 70 [[params.social]] name = "Twitter" - icon = "fa-brands fa-x-twitter fa-2x" + icon = "fa-brands fa-twitter fa-2x" weight = 6 url = "https://twitter.com/lostluck/"