mirror of
https://github.com/cp6/my-idlers.git
synced 2025-06-07 09:38:08 +00:00
Set app.name as title
Get title from .env config and set it as website name
This commit is contained in:
parent
5b1c1b663f
commit
715be1a98e
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
<meta name="api_token" content="{{ Auth::user()->api_token }}">
|
<meta name="api_token" content="{{ Auth::user()->api_token }}">
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
<title>@yield('title') - My idlers</title>
|
<title>@yield('title') - @if (config()->has('app.name')) {{ config('app.name') }} @else My idlers @endif</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="{{ asset('css/bootstrap.min.css') }}">
|
<link rel="stylesheet" href="{{ asset('css/bootstrap.min.css') }}">
|
||||||
<link rel="stylesheet" href="{{ asset('css/fa.min.css') }}">
|
<link rel="stylesheet" href="{{ asset('css/fa.min.css') }}">
|
||||||
|
|
Loading…
Add table
Reference in a new issue