premier commit

This commit is contained in:
Valentin
2023-05-15 04:56:12 +02:00
commit 8d4cc949a2
48 changed files with 11277 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
@extends('layouts.app')
@section('content')
@while(have_posts()) @php(the_post())
@includeFirst(['partials.content-single-' . get_post_type(), 'partials.content-single'])
@endwhile
@endsection