fix: [academy] docker-commands @push('scripts')가 @endsection 밖으로 이동 및 @endpush 추가
This commit is contained in:
@@ -952,6 +952,9 @@
|
||||
<img id="lightbox-img" src="" alt="">
|
||||
</div>
|
||||
|
||||
@include('components.academy-glossary', ['domain' => 'docker-commands'])
|
||||
@endsection
|
||||
|
||||
@push('scripts')
|
||||
<script>
|
||||
(function() {
|
||||
@@ -998,6 +1001,4 @@
|
||||
});
|
||||
})();
|
||||
</script>
|
||||
|
||||
@include('components.academy-glossary', ['domain' => 'docker-commands'])
|
||||
@endsection
|
||||
@endpush
|
||||
|
||||
Reference in New Issue
Block a user