v0.1.40 홈 피드 및 문서 버전 정리

Made-with: Cursor
This commit is contained in:
2026-04-16 12:00:28 +09:00
parent 3f01b8b808
commit f839a1fba7
26 changed files with 520 additions and 235 deletions

View File

@@ -1,7 +1,9 @@
{{#if show_filter}}
<div class="section-filter">
<span>Latest posts</span>
</div>
{{/if}}
{{> "lists/post-items" posts=posts}}
{{pagination}}
<div class="post-feed" data-load-more-root>
{{#if show_filter}}
<div class="section-filter">
<span>Latest posts</span>
</div>
{{/if}}
{{> "lists/post-items" posts=posts}}
{{pagination}}
</div>