theme: 태그·작성자 아카이브에서 홈 피드 분리
Made-with: Cursor
This commit is contained in:
9
partials/lists/post-feed-archive.hbs
Normal file
9
partials/lists/post-feed-archive.hbs
Normal file
@@ -0,0 +1,9 @@
|
||||
{{!-- 태그/작성자 등 아카이브: 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>
|
||||
Reference in New Issue
Block a user