Adding a js and css stack

parent c56b2c97
......@@ -12,9 +12,11 @@
<link rel="shortcut icon" href="{{ Theme::url('favicon.ico') }}">
{!! Theme::style('css/main.css') !!}
@stack('css-stack')
</head>
<body>
@include('partials.top-nav')
@include('partials.navigation')
<div class="container">
......@@ -28,5 +30,6 @@
<?php if (Setting::has('core::analytics-script')): ?>
{!! Setting::get('core::analytics-script') !!}
<?php endif; ?>
@stack('js-stack')
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment