diff options
author | Anthony Wang | 2024-12-10 17:32:20 -0500 |
---|---|---|
committer | Anthony Wang | 2024-12-10 17:32:20 -0500 |
commit | aa33a171d16be6564534bdc1bf65a1a1784d7cd2 (patch) | |
tree | 79d199729226167541a0a21e460f9ea684e472ea /config.toml | |
parent | 5ea9689a9f070f7d86e4fb17776eb65fc6c0715a (diff) |
Switch homepage icon to Git (no cgit icon 😢)
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml index 7aa2e8c..eba9060 100644 --- a/config.toml +++ b/config.toml @@ -43,7 +43,7 @@ theme = 'gokarna' customHeadHTML = '<meta name="fediverse:creator" content="@xy@mastodon.mit.edu">' socialIcons = [ {name = 'email', url = '/about/email', rel = 'me'}, - {name = 'forgejo', url = 'https://git.unnamed.website/a', rel = 'me'}, + {name = 'cgit', url = 'https://git.unnamed.website', rel = 'me'}, {name = 'codeberg', url = 'https://codeberg.org/xy', rel = 'me'}, {name = 'mastodon', url = 'https://mastodon.mit.edu/@xy', rel = 'me'}, {name = 'matrix', url = 'https://matrix.to/#/#@xy:matrix.mit.edu', rel = 'me'}, |