Merge pull request #98 from SiarheiBobryk/use-metadata-language-for-lang
Use `metadata.language` for the `lang` attribute
This commit is contained in:
commit
07099264d6
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<html lang="{{ metadata.language }}">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
|
Loading…
Add table
Reference in a new issue