From 4333359de7d637667ddd61e6aeebc034429199a1 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Sun, 9 Mar 2025 12:13:37 +0100 Subject: Add X; Fix Manifold link --- main.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/main.c b/main.c index be5264b..0166fe3 100755 --- a/main.c +++ b/main.c @@ -463,7 +463,10 @@ static Redirect redirects[] = { .url = "https://discord.gg/jstDS8x", }, { .alias = "/twitter", - .url = "https://twitter.com/angsthotep", + .url = "https://x.com/angsthotep", + }, { + .alias = "/x", + .url = "https://x.com/angsthotep", }, { .alias = "/linkedin", .url = "https://linkedin.com/in/guattari", @@ -1959,7 +1962,6 @@ static Doc docs[NUM_DOCS] = { .action = ACTION_BLANK, .href = "/manifold", }, { - .width = 600, .text = "Manifold", }, { .type = TAG_END, @@ -2132,9 +2134,9 @@ static Doc docs[NUM_DOCS] = { }, { .type = TAG_BEGIN, .action = ACTION_BLANK, - .href = "/twitter", + .href = "/x", }, { - .text = "Twitter", + .text = "X", }, { .type = TAG_END, }, { -- cgit v1.2.3