Fixed lang attribute in <html> tag

This commit is contained in:
G. Queiroz
2021-08-04 21:26:05 -03:00
parent 65be719602
commit 537ab0d40e
24 changed files with 25 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE HTML>
<html lang="en-US">
<html lang="{{page.lang}}">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">