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:
Ümit Tunç
2025-10-31 15:54:47 -03:00
parent e3ecd9078a
commit 67d8b4c781
+2 -2
View File
@@ -33,8 +33,8 @@
@include('partials.footer')
@endif
{{-- İsteğe bağlı: tema JS dosyalarınız varsa buraya ekleyin --}}
{{-- <script src="{{ asset('assets/js/main.js') }}" defer></script> --}}
<script src="{{ asset('assets/js/plugins.js') }}"></script>
<script src="{{ asset('assets/js/theme.js') }}"></script>
</body>
</html>