diff --git a/aircox/models/page.py b/aircox/models/page.py index 897f41e..198da50 100644 --- a/aircox/models/page.py +++ b/aircox/models/page.py @@ -240,7 +240,7 @@ class ChildPage(Page): @property def display_title(self): - if self.is_published: + if self.title: return self.title return self.parent and self.parent.title or ""