From 993a93a5f0df5ed4e52ad6bbe080ba98a0e18314 Mon Sep 17 00:00:00 2001 From: Gustavo Luigi <=> Date: Thu, 11 Jan 2024 22:44:44 -0300 Subject: [PATCH] parallax with img component --- content/index.blade.php | 86 +++++++++++++++++++---------------------- 1 file changed, 40 insertions(+), 46 deletions(-) diff --git a/content/index.blade.php b/content/index.blade.php index 04a46c4..341c3bb 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -1,6 +1,6 @@ @inject('type', 'Type') @extends('template.'.config('settings.template').'.content.master') -@section('content') +@section('head') - - - +@stop +@section('content')
- - - +
@@ -417,5 +376,40 @@ @stop - @section('scripts') + +@section('scripts') + @stop