Update Koneko integration
This commit is contained in:
@ -1,16 +0,0 @@
|
||||
@extends(template_view_path("layouts.master"))
|
||||
|
||||
@section('content')
|
||||
|
||||
{{-- Hero o portada --}}
|
||||
@includeIf(template_view_path("components.hero"), ['content' => $content])
|
||||
|
||||
{{-- Bloques de contenido dinámico desde BD --}}
|
||||
@foreach($contentBlocks as $block)
|
||||
@includeIf("website::blocks.{$block->type}", ['block' => $block])
|
||||
@endforeach
|
||||
|
||||
{{-- Footer --}}
|
||||
@includeIf(template_view_path("components.footer"))
|
||||
|
||||
@endsection
|
@ -1,10 +1,4 @@
|
||||
@extends('vuexy-website-layout-porto::layouts.porto.master')
|
||||
|
||||
@section('vendor-style')
|
||||
@vite([
|
||||
'vendor/koneko/laravel-vuexy-website-layout-porto/resources/assets/css/demos/demo-business-consulting-4.css',
|
||||
])
|
||||
@endsection
|
||||
@extends('vuexy-website-layout-porto::layouts.business-consulting-4.master')
|
||||
|
||||
@section('header')
|
||||
<header id="header" class="header-transparent" data-plugin-options="{'stickyEnabled': true, 'stickyEnableOnBoxed': true, 'stickyEnableOnMobile': false, 'stickyChangeLogo': false, 'stickyStartAt': 53, 'stickySetTop': '-53px'}">
|
||||
@ -983,8 +977,3 @@
|
||||
</div>
|
||||
</footer>
|
||||
@endsection
|
||||
|
||||
@section('vendor-script')
|
||||
<script src="{{ asset('vendor/koneko-layout/porto/vendor/particles/particles.min.js') }}"></script>
|
||||
<script src="{{ asset('vendor/koneko-layout/porto/js/demos/demo-business-consulting-4.js') }}"></script>
|
||||
@endsection
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user