fix lang attribute
This commit is contained in:
parent
35f5304d8b
commit
d3d7272cf9
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ eleventyComputed:
|
||||||
key: "{{ title | safe }}"
|
key: "{{ title | safe }}"
|
||||||
---
|
---
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="{{ lang }}">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
Loading…
Reference in a new issue