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 | |
parent | ecaa6910e86ec74603f8c635adcbd3774ca64f6e (diff) |
Update footer links
Link to arena-web repo and license
-rw-r--r-- | dst/index.html | 2 | ||||
-rw-r--r-- | dst/sitemap.xml | 2 | ||||
-rw-r--r-- | src/_footer.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dst/index.html b/dst/index.html index 1e1418c..9597c75 100644 --- a/dst/index.html +++ b/dst/index.html @@ -53,7 +53,7 @@ etiquette</a>]</p> <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> diff --git a/dst/sitemap.xml b/dst/sitemap.xml index 6eaeac8..724e4ba 100644 --- a/dst/sitemap.xml +++ b/dst/sitemap.xml @@ -4,5 +4,5 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> -<url><loc>https://arena.adast.xyz/index.html</loc><lastmod>2023-03-10</lastmod><priority>1.0</priority></url> +<url><loc>https://arena.adast.xyz/index.html</loc><lastmod>2023-03-13</lastmod><priority>1.0</priority></url> </urlset> 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> |