fix(server): set html lang attr to actual language

I'm sorry, any Japanese users.
This commit is contained in:
Anna 2021-10-28 23:22:04 -04:00
parent 54e0d55b3e
commit 73e15f2b93
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<!doctype html>
<html lang="en" class="no-js">
<html lang="{{ lang.code() }}" class="no-js">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>