Files
ghost.sori.studio/partials/lists/post-feed-archive.hbs
2026-04-17 09:56:29 +09:00

10 lines
424 B
Handlebars

{{!-- 태그/작성자 등 아카이브: Featured·Latest 헤더 없이 글 목록 + 페이지네이션만 --}}
<section class="px-5 sm:px-6 pb-4 sm:pb-5" data-archive-post-feed>
<div class="max-w-content mx-auto flex flex-col gap-8">
<div class="flex flex-col gap-8 mb-8 mt-1" data-load-more-root>
{{> "lists/post-items" posts=posts}}
{{pagination}}
</div>
</div>
</section>