fix sitemap

This commit is contained in:
Simon Vieille 2021-03-30 22:48:01 +02:00
parent 28d24619a9
commit aa34464f71

View file

@ -38,6 +38,10 @@ class SitemapBuilder
foreach ($rootNode->getAllChildren() as $node) {
$parameters = $node->getSitemapParameters();
if (!$parameters['isVisible']) {
continue;
}
if ($node->hasExternalUrl()) {
continue;
}