Adding stacks to the main template

parent d50c9e15
url: https://github.com/AsgardCms/Platform url: https://github.com/AsgardCms/Platform
versions: versions:
"2.5.0":
added:
- <code>js-stack</code> and <code>css-stack</code> stacks
"2.4.0": "2.4.0":
changed: changed:
- Moved to using laravel.mix - Moved to using laravel.mix
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
@include('partials.asgard-globals') @include('partials.asgard-globals')
@section('styles') @section('styles')
@show @show
@stack('css-stack')
<script> <script>
$.ajaxSetup({ $.ajaxSetup({
...@@ -88,5 +89,6 @@ ...@@ -88,5 +89,6 @@
<?php endif; ?> <?php endif; ?>
@section('scripts') @section('scripts')
@show @show
@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