diff options
Diffstat (limited to 'main.c')
-rwxr-xr-x | main.c | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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, }, { |