diff options
author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2020-05-02 12:11:34 +0200 |
---|---|---|
committer | Dimitri Staessens <dimitri@ouroboros.rocks> | 2020-05-02 12:11:34 +0200 |
commit | 6601657b8ef75aa27276be91fd8111701793baf7 (patch) | |
tree | be791e25174497c74513ced0b9a471292cdc3e0f | |
parent | c154e3eaedc81a31c266894bd781d70751818201 (diff) | |
download | website-6601657b8ef75aa27276be91fd8111701793baf7.tar.gz website-6601657b8ef75aa27276be91fd8111701793baf7.zip |
config: Remove IRC link as it's stale
-rw-r--r-- | config.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config.toml b/config.toml index cdd5e66..fd08d4b 100644 --- a/config.toml +++ b/config.toml @@ -147,11 +147,11 @@ footer_about_disable = true url = "https://join.slack.com/t/odecentralize/shared_invite/enQtOTU2NjI5OTk3NDYzLTM2ZjkwZjAxMTcyZjI5N2Y1NGZlNWJjODA0MDU2Y2MzN2Q3MjA5ZTAwYjIyMDMzNGNhZTc1NWQwNWYyMjBhMWU" icon = "fab fa-slack" desc = "Join our slack workspace" -[[params.links.developer]] - name = "IRC" - url = "https://webchat.freenode.net/?channels=#ouroboros" - icon = "fas fa-hashtag" - desc = "Chat with the developers" +#[[params.links.developer]] +# name = "IRC" +# url = "https://webchat.freenode.net/?channels=#ouroboros" +# icon = "fas fa-hashtag" +# desc = "Chat with the developers" [[params.links.developer]] name = "Bugzilla" url = "/bugzilla" |