From 3df88ea4cc18f248f6d63890fd7df1a3ae3541bd Mon Sep 17 00:00:00 2001 From: Gustavo Luigi <=> Date: Mon, 15 May 2023 16:57:14 -0300 Subject: [PATCH] added site info --- content/contents/default.blade.php | 51 ++++++++++++++---------------- content/index.blade.php | 13 ++++++-- content/master.blade.php | 8 ++--- 3 files changed, 35 insertions(+), 37 deletions(-) diff --git a/content/contents/default.blade.php b/content/contents/default.blade.php index e0d917c..993c537 100644 --- a/content/contents/default.blade.php +++ b/content/contents/default.blade.php @@ -1,41 +1,36 @@ @extends('template.'.config('settings.template').'.content.master') +@section('head') +
{{$content->desription}}
+{{$content->description}}
- - - - - + - -@stop - - - +@stop \ No newline at end of file diff --git a/content/index.blade.php b/content/index.blade.php index 822bd00..c5dcbf3 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -1,8 +1,15 @@ @extends('template.'.config('settings.template').'.content.master') +@section('head') +{{config('settings.description')}}
@@ -10,6 +17,7 @@ function initMap() { let items = {!! json_encode($contents) !!}; items = items.data; + console.log(items); const map = new google.maps.Map(document.getElementById("map"), { zoom: 5, @@ -30,5 +38,4 @@ } window.initMap = initMap; - @stop \ No newline at end of file diff --git a/content/master.blade.php b/content/master.blade.php index 918dd58..bc59397 100644 --- a/content/master.blade.php +++ b/content/master.blade.php @@ -1,15 +1,11 @@ - - - - - - + + @yield('head')