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

View File

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