Revert "Merge commit 'db0870bdcb7a4eee760ba350406413b5fe84e638' into develop"

This reverts commit 113234816ec19bc585116c55ceedca86cd865748, reversing
changes made to 51ff2484703c5a0d13f47df3fd381a63ce5c98b8.
This commit is contained in:
2025-09-22 09:54:42 +02:00
parent 2aff4a4a5b
commit 95dce6b534
2 changed files with 18 additions and 33 deletions
-11
View File
@@ -1,11 +0,0 @@
<?= '<?xml version="1.0" encoding="utf-8"?>'; ?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<?php foreach ($pages as $p): ?>
<?php if (in_array($p->uri(), $ignore)) continue ?>
<url>
<loc><?= html($p->url()) ?></loc>
<lastmod><?= $p->modified('c', 'date') ?></lastmod>
<priority><?= ($p->isHomePage()) ? 1 : number_format(0.5 / $p->depth(), 1) ?></priority>
</url>
<?php endforeach ?>
</urlset>