aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hooks/post-receive2
-rwxr-xr-xwr1
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> /
diff --git a/wr b/wr
index dd1d9b5..b028075 100755
--- a/wr
+++ b/wr
@@ -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> /