this repo has no description

ft: remove Twitter from menu

hauleth.dev 6de8b09b d5fa01f3

verified
Changed files
+2 -2
+2 -2
config.toml
···
# Menu items to display. You define a url and the name of the menu item.
main_menu = [
{url="https://plan.cat/~hauleth", name=".plan", rel="me"},
-
{url="https://twitter.com/hauleth", name="twitter", rel="me"},
-
{url="https://fosstodon.org/@hauleth", name="mastodon", rel="me"},
+
# {url="https://twitter.com/hauleth", name="twitter", rel="me"},
+
{url="https://fosstodon.org/@hauleth", name="toots", rel="me"},
{url="https://github.com/hauleth", name="github", rel="me"},
{url="https://gitlab.com/hauleth", name="gitlab", rel="me"},
]