diff options
| author | Ahmed <git@gumx.cc> | 2026-06-19 15:49:04 +0300 |
|---|---|---|
| committer | Ahmed <git@gumx.cc> | 2026-06-19 15:49:04 +0300 |
| commit | 1db32ba56ab5a13e4ed72e44a9323b26b30ef785 (patch) | |
| tree | c828bb466638e6a730a5439a51a3688e8796621f /hooks/post-receive | |
| parent | b852532957ebbb89c002ac9df5786861c3f55e52 (diff) | |
add: lists link in network nav
Diffstat (limited to 'hooks/post-receive')
| -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> / |
