summaryrefslogtreecommitdiff
path: root/layouts/posts
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2019-04-23 23:02:06 +0200
committerAlex Shpak <alex-shpak@users.noreply.github.com>2019-04-23 23:02:06 +0200
commit5b963180ab77741190d260cb33ddbb3dca5a27cd (patch)
tree3de37913583bbf5bc2dc767f77372a6d93687862 /layouts/posts
parentbcbb5a5006a9395e6e2d25ca77812273cd56c84e (diff)
Improve accessibility
Diffstat (limited to 'layouts/posts')
-rw-r--r--layouts/posts/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/posts/baseof.html b/layouts/posts/baseof.html
index 2f4e8f0..6b32b2e 100644
--- a/layouts/posts/baseof.html
+++ b/layouts/posts/baseof.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
{{- partial "docs/shared" -}}
-<html>
+<html lang="{{ .Site.Language.Lang }}">
<head>
{{ partial "docs/html-head" . }}