diff options
author | Adam Stück <adam@adast.xyz> | 2023-03-13 23:59:20 +0100 |
---|---|---|
committer | Adam Stück <adam@adast.xyz> | 2023-03-13 23:59:20 +0100 |
commit | a5f327a28d85e5080153c3c7804bc69519607b7b (patch) | |
tree | ce678d74761f8a94c8f15992b3049e8a7700d78f /src | |
parent | ecaa6910e86ec74603f8c635adcbd3774ca64f6e (diff) |
Update footer links
Link to arena-web repo and license
Diffstat (limited to 'src')
-rw-r--r-- | src/_footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_footer.html b/src/_footer.html index 3a2bc68..7408831 100644 --- a/src/_footer.html +++ b/src/_footer.html @@ -3,7 +3,7 @@ <span><a href="#">↑ Back to Top</a></span><br><br> <small> Built with <a href="https://rgz.ee/ssg.html">ssg</a>.<br> - The <a href="#">code for this site</a> is <a href="#">MIT</a>. + The <a href="https://git.sr.ht/~adamski/arena-web">code for this site</a> is <a href="https://git.sr.ht/~adamski/arena-web/tree/main/item/LICENSE">MIT</a>. </small> </footer> </main> |