diff --git a/district/models.py b/district/models.py index c8745d9a9fde9626143fa58fa880d1d5cf90fd85..adc4abe420fcc2d058fd51a4ba0ff70c932061c5 100644 --- a/district/models.py +++ b/district/models.py @@ -193,7 +193,7 @@ class DistrictHomePage(MetadataPageMixin, CalendarMixin, Page): @property def articles(self): - return self.get_descendants().type(DistrictArticlePage).live().specific() + return self.get_descendants().type(DistrictArticlePage).live().specific()[:6] @property def articles_page(self):