diff options
| -rw-r--r-- | hooks/post-receive | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hooks/post-receive b/hooks/post-receive index 599b75d..fa6a977 100644 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -23,6 +23,7 @@ footer = ( '<a href="https://twt.gumx.cc">twt</a> /\n' '<a href="https://git.gumx.cc">git</a> /\n' '<a href="https://mail.gumx.cc">mail</a> /\n' + '<a href="https://list.gumx.cc">list</a> /\n' '<a href="https://irc.gumx.cc">irc</a> /\n' '<a href="https://files.gumx.cc">files</a> /\n' '<a href="https://vpn.gumx.cc">vpn</a> /\n' @@ -81,6 +82,7 @@ footer { margin-top: 3em; } <a href="https://twt.gumx.cc">twt</a> / <a href="https://git.gumx.cc">git</a> / <a href="https://mail.gumx.cc">mail</a> / +<a href="https://list.gumx.cc">list</a> / <a href="https://irc.gumx.cc">irc</a> / <a href="https://files.gumx.cc">files</a> / <a href="https://vpn.gumx.cc">vpn</a> / |
