Refactor Footer Template Logic: Commented out the fallback logic for footer templates in the PageController to streamline rendering. Updated the site layout to check for non-empty rendered footer content, enhancing the footer display logic. Cleaned up the home template by removing unnecessary characters and ensuring proper formatting.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
@extends('layouts.site')
|
||||
Ş
|
||||
|
||||
@section('title', 'Anasayfa')
|
||||
|
||||
@section('content')
|
||||
@@ -343,4 +343,4 @@ Teknoloji ve yazılım odaklı bir güç olarak, işletmenizin dijital çağa ta
|
||||
<!-- /.container -->
|
||||
|
||||
</section>
|
||||
@endsection
|
||||
@endsection
|
||||
Reference in New Issue
Block a user