Add 'lang' attribute to the <html> element to declare language of the page

This commit is contained in:
erciccione 2020-09-11 17:51:13 +02:00
parent 9d40ef739e
commit 64aaff0b09
No known key found for this signature in database
GPG Key ID: 762AF8C608E56CDF
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 %}