List layout

This commit is contained in:
Sodbileg Gansukh
2022-05-18 10:48:08 +08:00
parent 6236067373
commit 994a2287a2
7 changed files with 34 additions and 74 deletions

View File

@@ -48,7 +48,7 @@ into the {body} of the default.hbs template --}}
<main id="site-main" class="site-main outer">
<div class="inner posts">
<div class="post-feed{{#match @custom.feed_layout "List"}} list{{/match}}">
<div class="post-feed">
{{#foreach posts}}
{{!-- The tag below includes the markup for each post - partials/post-card.hbs --}}
{{> "post-card"}}