theme: 태그·작성자 아카이브에서 홈 피드 분리

Made-with: Cursor
This commit is contained in:
2026-04-17 09:56:20 +09:00
parent 21099b53c9
commit 3ba0c7231b
9 changed files with 28 additions and 7 deletions

View 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>