diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-05-14 02:01:27 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-05-14 02:01:35 -0400 |
| commit | 67e367e875bfc6d14c854195d8f8819f9ea56747 (patch) | |
| tree | 10835691fec6797240da3038a7d18e8eb9800dc0 /static/contact.html | |
| parent | 1f488f169ed9a437b6e77db7c1307dc287749d76 (diff) | |
add nofollow to ircs:// links to help dumb bots
Diffstat (limited to 'static/contact.html')
| -rw-r--r-- | static/contact.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/contact.html b/static/contact.html index a4ce60c4..a7808901 100644 --- a/static/contact.html +++ b/static/contact.html @@ -79,7 +79,7 @@ are multiple ways to join the channel:</p> <ul> - <li>Open <a href="ircs://chat.freenode.net:6697/grapheneos">#grapheneos</a> to join with your IRC client</li> + <li>Open <a href="ircs://chat.freenode.net:6697/grapheneos" rel="nofollow">#grapheneos</a> to join with your IRC client</li> <li>Open <a href="https://webchat.freenode.net/#grapheneos">#grapheneos webchat</a> to join with your browser</li> <li>Join the bridged #grapheneos:matrix.org Matrix room with your Matrix client</li> </ul> @@ -89,7 +89,7 @@ ways to join the channel:</p> <ul> - <li>Open <a href="ircs://chat.freenode.net:6697/grapheneos-offtopic">#grapheneos-offtopic</a> to join with your IRC client</li> + <li>Open <a href="ircs://chat.freenode.net:6697/grapheneos-offtopic" rel="nofollow">#grapheneos-offtopic</a> to join with your IRC client</li> <li>Open <a href="https://webchat.freenode.net/#grapheneos-offtopic">#grapheneos-offtopic webchat</a> to join with your browser</li> <li>Join the bridged #grapheneos-offtopic:matrix.org Matrix room with your Matrix client</li> </ul> |
