diff --git a/partials/components/post-list.hbs b/partials/components/post-list.hbs index f883fb0b..562331e0 100644 --- a/partials/components/post-list.hbs +++ b/partials/components/post-list.hbs @@ -47,7 +47,7 @@ {{/get}} {{/match}} {{else}} - {{#get "posts" include="authors" limit="12"}} + {{#get "posts" include="authors" limit=@config.posts_per_page}} {{#foreach posts}} {{> "post-card" lazyLoad=true}} {{/foreach}}