summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorNicholas Johnson <nick@nicksphere.ch>2022-08-04 00:00:00 +0000
committerNicholas Johnson <nick@nicksphere.ch>2022-08-04 00:00:00 +0000
commit9e44736af598f1224528dd10cceff309a2eb4b7cc9a34d2830245cb3aeb22bcc (patch)
treee08af1535cf0581f81af9339acbb69999e7c0b61bffaecab1562aa09d8d510f7 /layouts
parentc7b11e24830c9073f2ce2da28dbeb292c8fd4185ed6bab21431a3bb7916ab5d3 (diff)
Set <html lang="en"> to improve screen reader compatibility
Diffstat (limited to 'layouts')
-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 7bfd004..ba1658f 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html>
+<html lang="en">
{{ partial "head.html" . }}
<body>
{{ partial "header.html" . }}