diff options
Diffstat (limited to 'backend/templates/base.html')
| -rw-r--r-- | backend/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/templates/base.html b/backend/templates/base.html index fec24ef..a79f4c1 100644 --- a/backend/templates/base.html +++ b/backend/templates/base.html @@ -38,7 +38,7 @@ {{ template "body" . }} <footer> <p>© 2025 - Anhgelus Morthuuzh</p> - <p>« {{ .Quote }} »</p> + <p id="quote">« {{ .Quote }} »</p> <p><a href="/legal">Mentions légales</a>, <a href="https://git.anhgelus.world/anhgelus/small-web">code source</a>.</p> </footer> <script src="{{ assets "index.js" }}" defer></script> |
