Skip to content

Commit

Permalink
Merge pull request #1642 from artengin/fix-errors-from-validator-w3
Browse files Browse the repository at this point in the history
Fixed errors from validator w3. Closes #142
  • Loading branch information
fey authored Oct 7, 2024
2 parents ec95ccb + ff4e139 commit 1220dc0
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/bootstrap-icons@1.8.3/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 1220dc0

Please sign in to comment.