aboutsummaryrefslogtreecommitdiff
path: root/backend/templates
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2026-02-05 16:08:30 +0100
committerAnhgelus Morhtuuzh <william@herges.fr>2026-02-05 16:08:30 +0100
commit83e96ebfb1ded1ce33a946c546a75929a5e53d50 (patch)
treedde5777f932090e5a5ba4163f1c7a356c55d2b3e /backend/templates
parente4d523e3241152e79b6f119e968cfa957b11ec40 (diff)
fix(template): lang not set in html tag
Diffstat (limited to 'backend/templates')
-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 8ed6802..b145584 100644
--- a/backend/templates/base.html
+++ b/backend/templates/base.html
@@ -1,5 +1,5 @@
<!doctype html>
-<html lang="{{ .Language }}" prefix="og: https://ogp.me/ns/article#">
+<html lang="fr" prefix="og: https://ogp.me/ns/article#">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />