aboutsummaryrefslogtreecommitdiffstats
path: root/hooks/post-receive
diff options
context:
space:
mode:
authorAhmed <git@gumx.cc>2026-06-20 15:29:43 +0300
committerAhmed <git@gumx.cc>2026-06-20 15:29:43 +0300
commit38b2205cc6eacf600a556d6be16485222e77b79d (patch)
tree93c1440a3001cfd3bc79e325296f08f2011632f8 /hooks/post-receive
parent3fe6cdb87b9df756b4047b677cf0f187e2b672c5 (diff)
add: feed link in network navHEADmain
Diffstat (limited to 'hooks/post-receive')
-rw-r--r--hooks/post-receive2
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> /