diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2025-10-03 10:53:35 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2025-10-03 10:53:35 +0200 |
| commit | a2dad61a48af63db2fd00bee3f6ea487720d33bd (patch) | |
| tree | 641c686472c5748369884fa8a6097f874ab78146 /backend/templates/base.html | |
| parent | 620b03459751a17632f6165b289206dc6d86ed7c (diff) | |
feat(backend): customize quotes
Diffstat (limited to 'backend/templates/base.html')
| -rw-r--r-- | backend/templates/base.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/backend/templates/base.html b/backend/templates/base.html index bef493f..8d8567a 100644 --- a/backend/templates/base.html +++ b/backend/templates/base.html @@ -38,8 +38,8 @@ {{ end }} <footer> <p>© 2025 - Anhgelus Morthuuzh</p> - <p>« Une citation »</p> - <p><a href="">Mentions légales</a></p> + <p>« {{ .Quote }} »</p> + <p><a href="">Mentions légales</a>, <a href="https://git.anhgelus.world/anhgelus/small-web">Code source</a></p> </footer> </body> -</html>
\ No newline at end of file +</html> |
