mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-30 09:10:38 +02:00
Fixed incorrect title
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
<link rel="stylesheet" href="{{ asset('app.css') }}">
|
||||
|
||||
<title>{{ path | default('Home') }} • Directory Lister</title>
|
||||
<title>{{ path == '.' ? 'Home' : path }} • Directory Lister</title>
|
||||
|
||||
<div id="app" class="flex flex-col min-h-screen font-sans {{ config('dark_mode') ? 'dark-mode' : 'light-mode' }}">
|
||||
{% block content %}{% endblock %}
|
||||
|
Reference in New Issue
Block a user