summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorache <ache@ache.one>2024-02-14 11:07:51 +0100
committerache <ache@ache.one>2024-02-14 11:07:51 +0100
commit826a4c5d48a548397f4d167aadd44426fa688f97 (patch)
tree5bc6c67d515dbc08be15e1e1dc6c6c871dcc5bef /src
parentAdd multiple lang support for the love feature (diff)
Update template to set the current lang
Diffstat (limited to 'src')
-rw-r--r--src/templates/article.tmpl2
-rw-r--r--src/templates/tag.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/article.tmpl b/src/templates/article.tmpl
index 5419628..cd87f39 100644
--- a/src/templates/article.tmpl
+++ b/src/templates/article.tmpl
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html lang="fr">
+<html lang="{{lang}}">
{{> header }}
<body>
<div class="decal_panel">
diff --git a/src/templates/tag.tmpl b/src/templates/tag.tmpl
index f1103da..f73365d 100644
--- a/src/templates/tag.tmpl
+++ b/src/templates/tag.tmpl
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html lang="fr">
+<html lang="{{lang}}">
{{>header }}
<body>
<div class="decal_panel">