mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-04 23:51:11 +02:00
Add 'lang' attribute to the <html> element to declare language of the page
This commit is contained in:
parent
9d40ef739e
commit
64aaff0b09
@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang={{ site.lang }}>
|
||||
|
||||
{% include head.html %}
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang={{ site.lang }}>
|
||||
|
||||
{% include head.html %}
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang={{ site.lang }}>
|
||||
|
||||
{% include head.html %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user