add per-page lang support
This commit is contained in:
parent
2d88570804
commit
2e2e76fe8a
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<html lang="{% if page.lang %}{{ page.lang }}{% else %}en{% endif %}">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
|
Loading…
Reference in a new issue