Skip to content

Commit

Permalink
Merge pull request #155 from springload/fix/blog-listing-per-page
Browse files Browse the repository at this point in the history
Switch blog page listing to show 12-per-page
  • Loading branch information
haydngreatnews authored Aug 1, 2024
2 parents 0b01717 + 168b8c8 commit c69f070
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 @@ -239,7 +239,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 c69f070

Please sign in to comment.