Skip to content

Commit ba7fcfb

Browse files
authored
init
1 parent 0387d20 commit ba7fcfb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

modules/Article/Resources/views/frontend/posts/index.blade.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
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)
@@ -90,6 +91,7 @@
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">

modules/Page/Resources/views/frontend/pages/index.blade.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
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)
@@ -40,6 +41,7 @@
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">

0 commit comments

Comments
 (0)