mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-25 08:51:25 -05:00
Add missing equals to the modernizr include
This commit is contained in:
parent
18660feac1
commit
fac4956851
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
{!! Head::render() !!}
|
{!! Head::render() !!}
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
||||||
<script src"/js/modernizr.js"></script>
|
<script src="/js/modernizr.js"></script>
|
||||||
@yield('page-includes')
|
@yield('page-includes')
|
||||||
|
|
||||||
@if(Config::get('app.debug'))
|
@if(Config::get('app.debug'))
|
||||||
|
|
Loading…
Reference in a new issue