mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-20 13:17:26 +02:00
Custom title for footer pages
This commit is contained in:
parent
4e97bae3e2
commit
d8c22cf719
@ -2,6 +2,12 @@
|
|||||||
@include('layouts.lang')
|
@include('layouts.lang')
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
@php
|
||||||
|
$title = \Route::currentRouteName();
|
||||||
|
$title = str_replace('pages', '', $title);
|
||||||
|
$title = env('TITLE_FOOTER_'.strtoupper($title));
|
||||||
|
@endphp
|
||||||
|
<title>{{$title}} - {{env('APP_NAME')}}</title>
|
||||||
|
|
||||||
@include('layouts.analytics')
|
@include('layouts.analytics')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user