Skip to content
Snippets Groups Projects
Commit 586dbb7b authored by jan.bednarik's avatar jan.bednarik
Browse files

region: Limit articles num on homepage

parent a24c9d6b
No related branches found
No related tags found
2 merge requests!423Release,!422Limit articles num on homepage
Pipeline #6826 passed
......@@ -193,7 +193,7 @@ class RegionHomePage(MetadataPageMixin, CalendarMixin, Page):
@property
def articles(self):
return self.get_descendants().type(RegionArticlePage).live().specific()
return self.get_descendants().type(RegionArticlePage).live().specific()[6]
@property
def articles_page(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment