summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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">