Add lang attribute to html tag

This commit is contained in:
Jonathan Rehm 2017-07-28 20:03:23 -07:00
parent c86fa268c2
commit 0b47958fad
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="{{ g.user.locale }}">
<head>
<title>{{instance}} | {{title}}</title>
<meta charset="utf-8">