Add lang property to <html> tag, h/t @mgifford
This commit is contained in:
parent
d1764fb366
commit
0a50081058
@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="{{ site.lang | default: "en-US" }}">
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||||
|
Loading…
Reference in New Issue
Block a user