Set lang attribute on html element appropriately
This commit is contained in:
parent
ae61324f58
commit
4bfcc6e197
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="{{ .Site.Language.Lang }}">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" value="width=device-width,initial-scale=1.0">
|
||||
|
|
Loading…
Reference in New Issue