mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-07 02:30:49 +01:00
style(layouts): comment out unnecessary canonical link generation
Commented out unnecessary canonical link generation code in the app.blade.php layout file to improve readability and avoid confusion.
This commit is contained in:
@@ -23,11 +23,11 @@
|
|||||||
<title>@yield('title')</title>
|
<title>@yield('title')</title>
|
||||||
<meta name="description" content="@yield('description')">
|
<meta name="description" content="@yield('description')">
|
||||||
|
|
||||||
@if (strpos($_SERVER['REQUEST_URI'], 'page') !== false)
|
{{-- @if (strpos($_SERVER['REQUEST_URI'], 'page') !== false)
|
||||||
<link rel="canonical" href="{{ url()->full() }}">
|
<link rel="canonical" href="{{ url()->full() }}">
|
||||||
@else
|
@else
|
||||||
<link rel="canonical" href="{{ url()->current() }}">
|
<link rel="canonical" href="{{ url()->current() }}">
|
||||||
@endif
|
@endif --}}
|
||||||
|
|
||||||
@stack('meta_tags')
|
@stack('meta_tags')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user