aboutsummaryrefslogtreecommitdiff
path: root/src/templates/partials/footer.html
diff options
context:
space:
mode:
authorJulien Dessaux2021-10-29 00:58:16 +0200
committerJulien Dessaux2021-10-29 00:58:16 +0200
commitbb7a2c66ee07a0049f319cc7ded8bb34e790802a (patch)
treee4ffd108c9bc784ace1ae41c62e630a6ef08ac5f /src/templates/partials/footer.html
parentCleaned main file (diff)
downloadshort-bb7a2c66ee07a0049f319cc7ded8bb34e790802a.tar.gz
short-bb7a2c66ee07a0049f319cc7ded8bb34e790802a.tar.bz2
short-bb7a2c66ee07a0049f319cc7ded8bb34e790802a.zip
Updated css
Diffstat (limited to '')
-rw-r--r--src/templates/partials/footer.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/templates/partials/footer.html b/src/templates/partials/footer.html
index 6ae4459..555e0d1 100644
--- a/src/templates/partials/footer.html
+++ b/src/templates/partials/footer.html
@@ -1,5 +1,6 @@
<footer>
- <p>
- &copy; 2021 | Julien (Adyxax) Dessaux | <a href="https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12" title="EUPL 1.2">Some rights reserved</a>
- </p>
+ <hr>
+ <p>
+ <center><small>&copy; 2021 | <a href="https://www.adyxax.org/docs/about-me/">Julien (Adyxax) Dessaux</a> | <a href="https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12" title="EUPL 1.2">Some rights reserved</a></small></center>
+ </p>
</footer>