diff options
Diffstat (limited to 'hooks')
| -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 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> / |
