diff options
| author | Ahmed <git@gumx.cc> | 2026-06-20 15:29:43 +0300 |
|---|---|---|
| committer | Ahmed <git@gumx.cc> | 2026-06-20 15:29:43 +0300 |
| commit | 38b2205cc6eacf600a556d6be16485222e77b79d (patch) | |
| tree | 93c1440a3001cfd3bc79e325296f08f2011632f8 | |
| parent | 3fe6cdb87b9df756b4047b677cf0f187e2b672c5 (diff) | |
| -rw-r--r-- | hooks/post-receive | 2 | ||||
| -rwxr-xr-x | wr | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/hooks/post-receive b/hooks/post-receive index 5a38cba..2993e07 100644 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -21,6 +21,7 @@ webroot = sys.argv[1] footer = ( '<footer>\n<hr>\n' '<a href="https://twt.gumx.cc">twt</a> /\n' + '<a href="https://feed.gumx.cc">feed</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' @@ -83,6 +84,7 @@ footer { margin-top: 3em; } <footer> <hr> <a href="https://twt.gumx.cc">twt</a> / +<a href="https://feed.gumx.cc">feed</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> / @@ -169,6 +169,7 @@ INDEX_PAGE_TOP <footer> <hr> <a href="https://twt.gumx.cc">twt</a> / + <a href="https://feed.gumx.cc">feed</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> / |
