fix: Use correct config variables post L10-config update

Specifically the header name had disappeared.
This commit is contained in:
Jonny Barnes 2023-06-11 16:52:37 +01:00
parent 7edac37e16
commit 462c710295
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
8 changed files with 17 additions and 17 deletions

View file

@ -2,7 +2,7 @@
<html lang="en-GB">
<head>
<meta charset="UTF-8">
<title>@yield('title'){{ config('app.display_name') }}</title>
<title>@yield('title'){{ config('app.name') }}</title>
<meta name="viewport" content="width=device-width">
@if (!empty(config('app.font_link')))
<link rel="stylesheet" href="{{ config('app.font_link') }}">
@ -31,7 +31,7 @@
<body class="grid">
<header id="site-header">
<h1>
<a rel="author" href="/">{{ config('app.display_name') }}</a>
<a rel="author" href="/">{{ config('user.display_name') }}</a>
</h1>
<nav>
<a href="/">All</a>