mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2025-03-01 15:05:39 +08:00
Display site name on error page
This commit is contained in:
parent
22d49f972d
commit
b5ee28e60a
@ -4,12 +4,12 @@
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="robots" content="noindex,nofollow" />
|
||||
<title>@yield('title') - Blessing Skin Server</title>
|
||||
<title>@yield('title') - {{ option_localized('site_name') }}</title>
|
||||
<link rel="stylesheet" href="{{ webpack_assets('setup.css') }}">
|
||||
</head>
|
||||
|
||||
<body class="container">
|
||||
<p id="logo"><a href="https://github.com/bs-community/blessing-skin-server" tabindex="-1">Blessing Skin Server</a></p>
|
||||
<p id="logo"><a href="https://github.com/bs-community/blessing-skin-server" tabindex="-1">{{ option_localized('site_name') }}</a></p>
|
||||
|
||||
@yield('content')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user