aboutsummaryrefslogtreecommitdiff
path: root/backend/templates/base.html
diff options
context:
space:
mode:
authorWilliam Hergès <william@herges.fr>2025-10-03 17:11:31 +0200
committerWilliam Hergès <william@herges.fr>2025-10-03 17:11:31 +0200
commited216fcfbd19d97f35292ceb9af77aab989446b0 (patch)
tree481dbf0288038c707ade589bc2b476227823ddf4 /backend/templates/base.html
parent992b005a4000c3c9824af66885f734c9eb5852d8 (diff)
fix(frontend): pagination not centered and not responsive
Diffstat (limited to 'backend/templates/base.html')
-rw-r--r--backend/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/templates/base.html b/backend/templates/base.html
index 5d62ffa..8466bc0 100644
--- a/backend/templates/base.html
+++ b/backend/templates/base.html
@@ -39,7 +39,7 @@
<footer>
<p>&copy; 2025 - Anhgelus Morthuuzh</p>
<p>«&thinsp;{{ .Quote }}&thinsp;»</p>
- <p><a href="/legal">Mentions légales</a>, <a href="https://git.anhgelus.world/anhgelus/small-web">Code source</a></p>
+ <p><a href="/legal">Mentions légales</a>, <a href="https://git.anhgelus.world/anhgelus/small-web">Code source</a>.</p>
</footer>
</body>
</html>