Add lang property to <html> tag, h/t @mgifford

This commit is contained in:
Ben Balter 2017-04-21 13:34:39 -04:00
parent d1764fb366
commit 0a50081058
No known key found for this signature in database
GPG Key ID: DBB67C246AD356C4
1 changed files with 1 additions and 1 deletions

View File

@ -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">