Update site layout scripts: Replaced optional theme JS comment with inclusion of plugins.js and theme.js for improved functionality and design consistency.
This commit is contained in:
@@ -33,8 +33,8 @@
|
|||||||
@include('partials.footer')
|
@include('partials.footer')
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
{{-- İsteğe bağlı: tema JS dosyalarınız varsa buraya ekleyin --}}
|
<script src="{{ asset('assets/js/plugins.js') }}"></script>
|
||||||
{{-- <script src="{{ asset('assets/js/main.js') }}" defer></script> --}}
|
<script src="{{ asset('assets/js/theme.js') }}"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user