Move the charset metatag first

This commit is contained in:
Kevin MacMartin 2019-03-19 14:29:29 -04:00
parent 8dcc8c3d08
commit 5028efc558

View file

@ -4,9 +4,9 @@
@set('device_mobile', preg_match('/Mobi/', Request::header('User-Agent')) || preg_match('/iP(hone|ad|od);/', Request::header('User-Agent')))
<head>
<meta charset="UTF-8" />
<title>{{ $page_title }}</title>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#fcfcfc" />