Skip to content

Commit

Permalink
Fixed errors from validator w3. Closes #142
Browse files Browse the repository at this point in the history
  • Loading branch information
artengin committed Oct 5, 2024
1 parent ec95ccb commit ff4e139
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/views/layouts/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@
<meta name="csrf-param" content="_token" />

<title>@yield('title', __('layout.title.name'))</title>
@includeWhen(app()->environment('production'), 'layouts.deps._gtm_head')

<!-- Icons -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">

<!-- Styles -->
@stack('styles')
@vite('resources/sass/app.scss')
@includeWhen(app()->environment('production'), 'layouts.deps._gtm_body')
@includeWhen(app()->environment('production'), 'layouts.deps._metrika')
<x-hreflang-tags/>
</head>

<body class="min-vh-100 d-flex flex-column">
@includeWhen(app()->environment('production'), 'layouts.deps._gtm_head')
@includeWhen(app()->environment('production'), 'layouts.deps._gtm_body')
@includeWhen(app()->environment('production'), 'layouts.deps._metrika')
@include('layouts._nav')
@include('flash::message')
@hasSection('content')
Expand Down

0 comments on commit ff4e139

Please sign in to comment.