aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/baseof.html
diff options
context:
space:
mode:
authorOlivier Roques <ojroques@users.noreply.github.com>2021-04-13 17:45:33 +0200
committerGitHub <noreply@github.com>2021-04-13 17:45:33 +0200
commit9cf4599276a1dcdeac9ff81014a140ca4fdfb93c (patch)
treeb083188a2b26a174f680c49cee0b700a7a0f59f5 /layouts/_default/baseof.html
parent8d17170d2a4e46c4168bbff9b4c6afe8f19a5fec (diff)
parent8dc6305c6b1dddd57ed2fbe6edb5335b57d305ff (diff)
Merge pull request #17 from jcabak/master
Accessibility and SEO improvements
Diffstat (limited to 'layouts/_default/baseof.html')
-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 cb56faf..237c540 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html>
+<html lang="{{ .Site.Params.lang }}">
{{- partial "head.html" . -}}
{{ if or (.Params.math) (.Site.Params.math) }}
{{- partial "math.html" . -}}