summaryrefslogtreecommitdiffstats
path: root/theme/templates/website/layout.html
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2015-01-23 22:33:24 +0100
committerSamy Pessé <samypesse@gmail.com>2015-01-23 22:33:24 +0100
commit59b3b0fadd4da5ff05d3e2ca9f45a2b51ea1c9b0 (patch)
treedf352db64866617cd0ecc302ca2121278afa0de9 /theme/templates/website/layout.html
parentb426aba846b0daa199e506cbd089df5dd4086169 (diff)
downloadgitbook-59b3b0fadd4da5ff05d3e2ca9f45a2b51ea1c9b0.zip
gitbook-59b3b0fadd4da5ff05d3e2ca9f45a2b51ea1c9b0.tar.gz
gitbook-59b3b0fadd4da5ff05d3e2ca9f45a2b51ea1c9b0.tar.bz2
Translate ebook
Diffstat (limited to 'theme/templates/website/layout.html')
-rw-r--r--theme/templates/website/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/website/layout.html b/theme/templates/website/layout.html
index 5dc7c5e..4157634 100644
--- a/theme/templates/website/layout.html
+++ b/theme/templates/website/layout.html
@@ -1,5 +1,5 @@
<!DOCTYPE HTML>
-<html lang="en-US" {% block htmlTag %}{% endblock %}>
+<html lang="{{ language }}">
{{ htmlSnippet("html:start")|default("") }}
<head>
{{ htmlSnippet("head:start")|default("") }}