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

github.com/bep/docuapi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Oliff <christianoliff@yahoo.com>2019-07-26 17:41:55 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-07-26 17:41:55 +0300
commitfc2d3f5524f167dd5fcc9ce3d4a9eef4f79f371f (patch)
tree213d438998c27090c1c0174bfa7e3d210c723008
parentf94e3387beaa71f588756129fdfd3e4ef5951982 (diff)
Specify lang on HTMLv1.2.0
-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 4384487..fdde37c 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -1,5 +1,5 @@
<!doctype html>
-<html>
+<html lang="{{ .Lang | default "en" }}">
<head>
<meta charset="utf-8">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">