diff options
author | Anthony Wang | 2024-12-10 19:40:13 -0500 |
---|---|---|
committer | Anthony Wang | 2024-12-10 19:40:13 -0500 |
commit | 3e25ab78ad615177109ee6eb0d409998de8a39ec (patch) | |
tree | 11bed9b4897eadfaa10f2415eadaea16286e81f8 /config.toml | |
parent | ac14a6bb8fd7096c293f4945158deb16ca420b4a (diff) |
Call it git instead of cgit so homepage icon shows up
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 eba9060..8acbbcb 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 = 'cgit', url = 'https://git.unnamed.website', rel = 'me'}, + {name = 'git', 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'}, |