Skip to content

Commit

Permalink
Changed limit for posts on the home page from 12 to 24
Browse files Browse the repository at this point in the history
  • Loading branch information
sanne-san committed Apr 15, 2024
1 parent 8b4261c commit 991ec43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion partials/components/post-list.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
{{/get}}
{{/match}}
{{else}}
{{#get "posts" include="tags,authors" limit="12"}}
{{#get "posts" include="tags,authors" limit="24"}}
{{#foreach posts}}
{{> "post-card" lazyLoad=true}}
{{/foreach}}
Expand Down

0 comments on commit 991ec43

Please sign in to comment.