File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Article/Resources/views/frontend/posts
Page/Resources/views/frontend/pages Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 3131
3232<section class =" bg-white text-gray-600 p-6 sm:p-20" >
3333 <div class =" mx-auto flex md:flex-row flex-col" >
34+ <!-- Posts list -->
3435 <div class =" flex flex-col lg:flex-grow sm:w-8/12 sm:pr-8" >
3536 <div class =" grid grid-cols-1 gap-6" >
3637 @foreach ($posts_data as $post_singular )
9091 @endforeach
9192 </div >
9293 </div >
94+ <!-- Recent posts -->
9395 <div class =" flex flex-col sm:w-4/12" >
9496 <div class =" py-5 sm:pt-0" >
9597 <div class =" w-full mx-auto flex flex-col items-center justify-center border border-gray-200 rounded-md shadow hover:shadow-lg" >
Original file line number Diff line number Diff line change 2121
2222<section class =" bg-white text-gray-600 p-6 sm:p-20" >
2323 <div class =" mx-auto flex md:flex-row flex-col" >
24+ <!-- Pages list -->
2425 <div class =" flex flex-col lg:flex-grow sm:w-8/12 sm:pr-8" >
2526 <div class =" grid grid-cols-1 gap-6" >
2627 @foreach ($pages_data as $page_singular )
4041 @endforeach
4142 </div >
4243 </div >
44+ <!-- Recent pages -->
4345 <div class =" flex flex-col sm:w-4/12" >
4446 <div class =" py-5 sm:pt-0" >
4547 <div class =" w-full mx-auto flex flex-col items-center justify-center border border-gray-200 rounded-md shadow hover:shadow-lg" >
You can’t perform that action at this time.
0 commit comments