Files
ghost.sori.studio/partials/lists/post-feed.hbs

8 lines
158 B
Handlebars

{{#if show_filter}}
<div class="section-filter">
<span>Latest posts</span>
</div>
{{/if}}
{{> "lists/post-items" posts=posts}}
{{pagination}}