diff options
| author | Ahmed <git@gumx.cc> | 2026-06-19 17:11:52 +0300 |
|---|---|---|
| committer | Ahmed <git@gumx.cc> | 2026-06-19 17:11:52 +0300 |
| commit | 443bd4d7e2de2afad41be2f875ca00805ea6b54e (patch) | |
| tree | a5e44d25817ccdf0c53c19d1537eafe2c65ba5fe /hooks/post-receive | |
| parent | 1db32ba56ab5a13e4ed72e44a9323b26b30ef785 (diff) | |
fix: network nav and page style
Diffstat (limited to 'hooks/post-receive')
| -rw-r--r-- | hooks/post-receive | 6 |
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> |
