Adding a js and css stack

parent c56b2c97
...@@ -12,9 +12,11 @@ ...@@ -12,9 +12,11 @@
<link rel="shortcut icon" href="{{ Theme::url('favicon.ico') }}"> <link rel="shortcut icon" href="{{ Theme::url('favicon.ico') }}">
{!! Theme::style('css/main.css') !!} {!! Theme::style('css/main.css') !!}
@stack('css-stack')
</head> </head>
<body> <body>
@include('partials.top-nav')
@include('partials.navigation') @include('partials.navigation')
<div class="container"> <div class="container">
...@@ -28,5 +30,6 @@ ...@@ -28,5 +30,6 @@
<?php if (Setting::has('core::analytics-script')): ?> <?php if (Setting::has('core::analytics-script')): ?>
{!! Setting::get('core::analytics-script') !!} {!! Setting::get('core::analytics-script') !!}
<?php endif; ?> <?php endif; ?>
@stack('js-stack')
</body> </body>
</html> </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