Add lang attribute to the <html> element

This should improve SEO and accessibility.
This commit is contained in:
Vojtěch Káně 2020-10-07 11:18:44 +02:00
parent 2c22cfcd8d
commit eb6f8be3b4

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="{{ .Language.Lang }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">