summaryrefslogtreecommitdiff
path: root/src/templates/index.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/index.tmpl')
-rw-r--r--src/templates/index.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/index.tmpl b/src/templates/index.tmpl
index db117c9..5ed2ed4 100644
--- a/src/templates/index.tmpl
+++ b/src/templates/index.tmpl
@@ -1,6 +1,5 @@
-
<!DOCTYPE html>
-<html lang="fr">
+<html lang="{{lang}}">
{{>header }}
<body>
{{#articles}}
@@ -13,5 +12,6 @@
</div>
{{/articles}}
{{> leftPanel }}
+ {{>hid }}
</body>
</html>