Skip to content

Commit

Permalink
Switch blog page listing to show 12-per-page
Browse files Browse the repository at this point in the history
The blog page can present as 1-,2-,3- or 4- across so 12 factors much better,
and we don't end up with a partial row
  • Loading branch information
haydngreatnews committed Jul 31, 2024
1 parent 45ea5d4 commit 168b8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdhweb/blog/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ class BlogLinkPageArchived(LinkPage):
class BlogLandingPage(StandardHeroMixinNoImage, RoutablePageMixin, Page):
"""Container page that defines where Event pages can be created."""

page_size = 15
page_size = 12
template_name = "blog/blog_landing_page.html"

content_panels = StandardHeroMixinNoImage.content_panels
Expand Down

0 comments on commit 168b8c8

Please sign in to comment.