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