diff options
author | Taiju Muto <hello@tai2.net> | 2014-07-03 03:11:25 +0900 |
---|---|---|
committer | Taiju Muto <hello@tai2.net> | 2014-07-03 03:14:48 +0900 |
commit | 41a3756df7c7353be7fbc2d1aba40b8cb537fed9 (patch) | |
tree | e9678c862ddb543bd21d281022d0ecf7c097d8c1 /built-texts | |
parent | 6ab8b2906a212a6e7ef0f2a92ca8844dd998e7f5 (diff) | |
download | pelican-themes-41a3756df7c7353be7fbc2d1aba40b8cb537fed9.tar.gz |
Set default language.
Diffstat (limited to 'built-texts')
-rw-r--r-- | built-texts/templates/base.html | 2 |
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 %} |