diff options
author | Julien Dessaux | 2021-10-29 00:58:16 +0200 |
---|---|---|
committer | Julien Dessaux | 2021-10-29 00:58:16 +0200 |
commit | bb7a2c66ee07a0049f319cc7ded8bb34e790802a (patch) | |
tree | e4ffd108c9bc784ace1ae41c62e630a6ef08ac5f /src/templates/partials/footer.html | |
parent | Cleaned main file (diff) | |
download | short-bb7a2c66ee07a0049f319cc7ded8bb34e790802a.tar.gz short-bb7a2c66ee07a0049f319cc7ded8bb34e790802a.tar.bz2 short-bb7a2c66ee07a0049f319cc7ded8bb34e790802a.zip |
Updated css
Diffstat (limited to 'src/templates/partials/footer.html')
-rw-r--r-- | src/templates/partials/footer.html | 7 |
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> - © 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>© 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> |