ghost-theme-sd.ai/partials/components/post-list.hbs

12 lines
434 B
Handlebars
Raw Normal View History

2023-07-10 04:58:34 +01:00
<section class="gh-container is-{{#match @custom.post_list_style "List"}}list{{else}}grid{{/match}} gh-outer">
<div class="gh-container-inner gh-inner">
<main class="gh-main">
<h2 class="gh-feed-title">Latest</h2>
<div class="gh-feed">
{{#foreach posts from="8"}}
{{> "loop"}}
{{/foreach}}
</div>
</main>
</div>
</section>