fix: minor layout changes and cleanup.

This commit is contained in:
2025-12-08 17:08:25 +00:00
parent 667f0acd83
commit 52ff018c89
4 changed files with 37 additions and 4 deletions

View File

@@ -6,9 +6,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="csrf-token" content="{{ csrf_token() }}">
@if(View::hasSection('page-title'))
<title>.: @yield('page-title') - No Agenda Art Generator :.</title>
<title>@yield('page-title') .:. No Agenda Art Generator</title>
@else
<title>.: No Agenda Art Generator :.</title>
<title>No Agenda Art Generator</title>
@endif
@include('partials.metabranding')
@include('partials/favicon')