mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Move the charset metatag first
This commit is contained in:
parent
8dcc8c3d08
commit
5028efc558
1 changed files with 1 additions and 1 deletions
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue