Merge pull request #1183

Add 'lang' attribute to the <html> element to declare language of the page
This commit is contained in:
luigi1111 2020-09-12 16:08:44 -05:00 committed by GitHub
commit ce5cc96aa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang={{ site.lang }}>
{% include head.html %}

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang={{ site.lang }}>
{% include head.html %}

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang={{ site.lang }}>
{% include head.html %}