Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diwao/hestia-pure.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiwao <nakapom@gmail.com>2018-03-22 08:05:11 +0300
committerdiwao <nakapom@gmail.com>2018-03-22 08:05:11 +0300
commit0ff6b9c147350099cb1315c7c4f99326eb29560b (patch)
tree76c45ae786c2929b651b20d214fc7395b1e10eea /layouts/index.html
parent69580b6cad605df4062983fc32a06eeab0c45e94 (diff)
fix author and lang
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 01f6a43..3f9652e 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html lang="ja">
+<html lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}en{{ end }}">
{{ partial "head" . }}
<body>
<div id="wrap" class="wrap">