v0.1.1 테마 구성 및 레이아웃 수정
This commit is contained in:
7
partials/lists/post-feed.hbs
Normal file
7
partials/lists/post-feed.hbs
Normal file
@@ -0,0 +1,7 @@
|
||||
{{#if show_filter}}
|
||||
<div class="section-filter">
|
||||
<span>Latest posts</span>
|
||||
</div>
|
||||
{{/if}}
|
||||
{{> "lists/post-items" posts=posts}}
|
||||
{{pagination}}
|
||||
Reference in New Issue
Block a user