Skip to content

Commit f59269b

Browse files
committed
refactoring
1 parent a16ad42 commit f59269b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

resources/views/layouts/master.blade.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,19 @@
77
<!-- CSRF Token -->
88
<meta name="csrf-token" content="{{ csrf_token() }}">
99

10-
<x-seo::meta />
11-
1210
<title>
1311
{{ isset($title) ? $title . ' | ' : '' }}
1412
{{ config('app.name') }}
1513
{{ is_active('home') ? '- La plus grande communauté de développeurs Laravel & PHP au Cameroun' : '' }}
1614
</title>
15+
<meta name="description" content="Laravel Cameroun est le portail de la communauté de développeurs PHP & Laravel au Cameroun, on partage, on apprend, on découvre et on construit une grande communauté.">
1716
<meta property="og:site_name" content="Laravel.cm"/>
1817
<meta property="og:language" content="fr"/>
1918
<meta name="twitter:author" content="@laravelcm"/>
19+
<link rel="canonical" href="{{ $canonical ?? Request::url() }}" />
20+
21+
@include('layouts._og')
22+
<x-seo::meta />
2023

2124
<!-- Styles -->
2225
<link href="https://fonts.cdnfonts.com/css/operator-mono" rel="stylesheet">
@@ -41,7 +44,6 @@
4144

4245
@include('layouts._favicons')
4346
@include('layouts._fathom')
44-
@include('layouts._og')
4547
</head>
4648
<body class="antialiased font-mono bg-skin-body">
4749

0 commit comments

Comments
 (0)