fixed sitemap.php
This commit is contained in:
parent
a450316858
commit
6a4c66ff31
@ -19,7 +19,7 @@ echo '<?';
|
||||
|
||||
<?php foreach ($blogs as $blog): ?>
|
||||
<url>
|
||||
<loc>https://lehnert.dev/blog/<?= $blog->id ?></loc>
|
||||
<loc>https://lehnert.dev/blog/<?= $blog->id ?>/</loc>
|
||||
<!-- <lastmod><?= $blog->date() ?></lastmod> -->
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
|
Loading…
x
Reference in New Issue
Block a user