Skip to content

Commit

Permalink
Merge pull request mdbootstrap#43 from wpouseele/patch-css-scripts-se…
Browse files Browse the repository at this point in the history
…ction

Create sections for htmlhead and scripts
  • Loading branch information
acacha committed Jan 27, 2016
2 parents bb47984 + b69adeb commit ffbe7ff
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions resources/views/layouts/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
-->
<html lang="en">

@include('layouts.partials.htmlheader')
@section('htmlheader')
@include('layouts.partials.htmlheader')
@show

<!--
BODY TAG OPTIONS:
Expand Down Expand Up @@ -52,7 +54,9 @@

</div><!-- ./wrapper -->

@include('layouts.partials.scripts')
@section('scripts')
@include('layouts.partials.scripts')
@show

</body>
</html>
</html>

0 comments on commit ffbe7ff

Please sign in to comment.