diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2026-02-05 16:08:43 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2026-02-05 16:08:43 +0100 |
| commit | 26b879bf95d801c337b194b1af4aa07c167729a6 (patch) | |
| tree | e45065f7f3c7947386b5ccf2b61118345a7918ad | |
| parent | 83e96ebfb1ded1ce33a946c546a75929a5e53d50 (diff) | |
feat(template): update year in footer
| -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 b145584..24d7b1b 100644 --- a/backend/templates/base.html +++ b/backend/templates/base.html @@ -33,7 +33,7 @@ </header> {{ template "body" . }} <footer> - <p>© 2025 - Anhgelus Morthuuzh</p> + <p>© 2026 - Anhgelus Morthuuzh</p> <p id="quote">« {{ .Quote }} »</p> <p> <a href="/legal">Mentions légales</a>, |
