Skip to content

Commit bb7f652

Browse files
committed
Use the footer partial.
1 parent a81b3bf commit bb7f652

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

master.blade.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@
66
@yield('styles')
77
</head>
88
<body>
9-
@include('themes::laravel-bootstrap.bootstrap._nav')
9+
@include('themes::paladindigital.laravel-bootstrap._nav')
1010
@yield('content')
1111
<aside>
1212
@yield('sidebar')
1313
@yield('widgets')
1414
</aside>
15-
<footer>
16-
@yield('footer')
17-
</footer>
15+
@include('themes::paladindigital.laravel-bootstrap._footer')
1816
@yield('scripts')
1917
</body>
2018
</html>

0 commit comments

Comments
 (0)