Update Koneko integration

This commit is contained in:
2025-06-24 09:24:44 -06:00
parent 54330f2468
commit 19a3264b0e
47 changed files with 295 additions and 163 deletions

View File

@ -1,17 +1,21 @@
<!DOCTYPE html>
<html lang="{{ session()->get('locale') ?? app()->getLocale() }}"
<html lang="{{ $_seo['locale'] ?? app()->getLocale() }}"
data-base-url="{{ url('/') . '/' }}"
data-template="{{ $_layout['template'] }}"
prefix="og: http://ogp.me/ns#">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
@include('vuexy-website-admin::layouts.base.header')
@include('vuexy-website-layout-simple-koneko::layouts.limaa-m.partials.styles')
</head>
<body>
@yield('header')
@yield('content')
@yield('footer')
@include('vuexy-website-layout-simple-koneko::layouts.limaa-m.partials.scripts')
</body>
</html>