mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -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::render() !!}
|
||||
<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')
|
||||
|
||||
@if(Config::get('app.debug'))
|
||||
|
|
Loading…
Reference in a new issue