diff --git a/app/Classes/Bundle.php b/app/Classes/Bundle.php index 608dfb6..ff72ef2 100644 --- a/app/Classes/Bundle.php +++ b/app/Classes/Bundle.php @@ -128,7 +128,7 @@ public function getSiteTitle(): string $title = $this->getArticleTitle(); $section = $this->getSection(); - if (!empty($section)) { + if (!empty($section) && $section->getPath() !== $this->getPath()) { $title .= ' - ' . $section->getArticleTitle(); }