diff options
author | Matthew Marchese <maffblaster@gentoo.org> | 2023-05-02 01:46:37 -0700 |
---|---|---|
committer | Matthew Marchese <maffblaster@gentoo.org> | 2023-05-02 01:46:37 -0700 |
commit | 560ab9810f35e77384e2ed1c492be01ec4ec546d (patch) | |
tree | 69e1257460d460eb41f91fbfa643dbb59ff47a85 /_includes | |
parent | irc.yaml: Minor tweaks to IRC channel descriptions. (diff) | |
download | www-560ab9810f35e77384e2ed1c492be01ec4ec546d.tar.gz www-560ab9810f35e77384e2ed1c492be01ec4ec546d.tar.bz2 www-560ab9810f35e77384e2ed1c492be01ec4ec546d.zip |
IRC channels: Fix closing parenthesis.
Signed-off-by: Matthew Marchese <maffblaster@gentoo.org>
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/partials/irc-channel.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/partials/irc-channel.html b/_includes/partials/irc-channel.html index 9b7ba49..64c74f2 100644 --- a/_includes/partials/irc-channel.html +++ b/_includes/partials/irc-channel.html @@ -1,6 +1,6 @@ <tr> <th> - <a href="irc://irc.gentoo.org/{{ channel.name }}"><tt>#{{ channel.name }}</tt></a> (<a href="https://web.libera.chat/#{{ channel.name }}"><tt>webchat</tt>) + <a href="irc://irc.gentoo.org/{{ channel.name }}"><tt>#{{ channel.name }}</tt></a> (<a href="https://web.libera.chat/#{{ channel.name }}"><tt>webchat</tt></a>) </th> <td> {{ channel.description }} |