mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-07 23:58:57 +01:00
Custom title for footer pages
This commit is contained in:
parent
4e97bae3e2
commit
d8c22cf719
@ -2,6 +2,12 @@
|
||||
@include('layouts.lang')
|
||||
<head>
|
||||
<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')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user