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

github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfourtyone11 <asleeppiano@outlook.com>2020-06-10 16:08:05 +0300
committerfourtyone11 <asleeppiano@outlook.com>2020-06-10 16:08:05 +0300
commitdc10b5cb12e16208d583b3269abe6f72fc968db4 (patch)
tree54cc5891ff9f203c99f103512326948b2d07d16a /layouts/_default
parent664980e31341ee1851b8d59445de1f5cfe55ba41 (diff)
add max width, aria label for burger menu and pagination buttons
Diffstat (limited to 'layouts/_default')
-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 53ca5ac..5252de9 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html>
+<html lang="{{.Site.Language.Lang}}">
{{- partial "head.html" . -}}
<body>
{{- block "header" .}}{{- end }}