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

github.com/leonhe/hugo_eiio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon He <lhe868@gmail.com>2019-08-26 12:27:25 +0300
committerLeon He <lhe868@gmail.com>2019-08-26 12:27:25 +0300
commitb5b5c3c90447114ff1bc2abae45d947a678c4a7a (patch)
tree6608a4f7a8d2950cde72595990c88ba209eb560a
parent634c12732ad2d994836939a573089311cb93b9f5 (diff)
add html lang
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 4d02c70..ffb38d7 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html>
+<html lang="{{ .Site.LanguageCode }}">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">