mirror of
https://github.com/NyaaStudios/nyaabooru.git
synced 2025-12-10 05:42:58 +00:00
8 lines
187 B
PHP
8 lines
187 B
PHP
<div class="wa-stack wa-gap-3xl">
|
|
<h1>Posts</h1>
|
|
<div class="wa-cluster wa-gap-s">
|
|
@foreach ($posts as $post)
|
|
<livewire:posts.thumbnail :$post lazy />
|
|
@endforeach
|
|
</div>
|
|
</div>
|