diff options
| author | Ahmed <git@gumx.cc> | 2026-06-19 17:12:11 +0300 |
|---|---|---|
| committer | Ahmed <git@gumx.cc> | 2026-06-19 17:12:11 +0300 |
| commit | 9a2ac6cfad9855344f9bcc0b45780b4bcb1ff42d (patch) | |
| tree | db4e22867e719e49081a35d1840900d3830b7b47 /build | |
| parent | 787313f7b6e6659bade025f15a328694303f7bf4 (diff) | |
fix: network nav and page style
Diffstat (limited to 'build')
| -rw-r--r-- | build/templates/partials/footer.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/templates/partials/footer.html b/build/templates/partials/footer.html index b84e53c..ecebe50 100644 --- a/build/templates/partials/footer.html +++ b/build/templates/partials/footer.html @@ -1,8 +1,5 @@ <footer> <hr /> - <a href="https://git.gumx.cc/ubergeek">source</a> / - <a href="/license">license</a> - <hr /> <a href="https://twt.gumx.cc">twt</a> / <a href="https://git.gumx.cc">git</a> / <a href="https://mail.gumx.cc">mail</a> / @@ -13,4 +10,7 @@ <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/ubergeek">source</a> / + <a href="/license">license</a> </footer> |
