aboutsummaryrefslogtreecommitdiffstats
path: root/built-texts
diff options
context:
space:
mode:
authorTaiju Muto <hello@tai2.net>2014-07-03 03:11:25 +0900
committerTaiju Muto <hello@tai2.net>2014-07-03 03:14:48 +0900
commit41a3756df7c7353be7fbc2d1aba40b8cb537fed9 (patch)
treee9678c862ddb543bd21d281022d0ecf7c097d8c1 /built-texts
parent6ab8b2906a212a6e7ef0f2a92ca8844dd998e7f5 (diff)
downloadpelican-themes-41a3756df7c7353be7fbc2d1aba40b8cb537fed9.zip
pelican-themes-41a3756df7c7353be7fbc2d1aba40b8cb537fed9.tar.gz
pelican-themes-41a3756df7c7353be7fbc2d1aba40b8cb537fed9.tar.bz2
Set default language.
Diffstat (limited to 'built-texts')
-rw-r--r--built-texts/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/built-texts/templates/base.html b/built-texts/templates/base.html
index 444568f..e352a5e 100644
--- a/built-texts/templates/base.html
+++ b/built-texts/templates/base.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html lang="en">
+<html lang="{{ DEFAULT_LANG }}">
<head>
{% block head %}