aboutsummaryrefslogtreecommitdiffstats
path: root/hooks
diff options
context:
space:
mode:
authorAhmed <git@gumx.cc>2026-06-19 17:11:52 +0300
committerAhmed <git@gumx.cc>2026-06-19 17:11:52 +0300
commit443bd4d7e2de2afad41be2f875ca00805ea6b54e (patch)
treea5e44d25817ccdf0c53c19d1537eafe2c65ba5fe /hooks
parent1db32ba56ab5a13e4ed72e44a9323b26b30ef785 (diff)
fix: network nav and page style
Diffstat (limited to 'hooks')
-rw-r--r--hooks/post-receive6
1 files changed, 6 insertions, 0 deletions
diff --git a/hooks/post-receive b/hooks/post-receive
index fa6a977..5a38cba 100644
--- a/hooks/post-receive
+++ b/hooks/post-receive
@@ -30,6 +30,9 @@ footer = (
'<a href="https://pgp.gumx.cc">pgp</a> /\n'
'<a href="https://demo.gumx.cc">demo</a> /\n'
'<a href="https://wk.fo">wk.fo</a>\n'
+ '<br>\n'
+ '<a href="https://git.gumx.cc/webring">source</a> /\n'
+ '<a href="https://gumx.cc/license">license</a>\n'
'</footer>'
)
favicon_tag = '<link rel="icon" type="image/svg+xml" href="/favicon.svg">'
@@ -89,6 +92,9 @@ footer { margin-top: 3em; }
<a href="https://pgp.gumx.cc">pgp</a> /
<a href="https://demo.gumx.cc">demo</a> /
<a href="https://wk.fo">wk.fo</a>
+<br>
+<a href="https://git.gumx.cc/webring">source</a> /
+<a href="https://gumx.cc/license">license</a>
</footer>
</body>
</html>