Files
aibuddytool/resources/views/vendor/sitemap/sitemapIndex/sitemap.blade.php
2023-12-07 12:49:45 +08:00

9 lines
240 B
PHP

<sitemap>
@if (!empty($tag->url))
<loc>{{ url($tag->url) }}</loc>
@endif
@if (!empty($tag->lastModificationDate))
<lastmod>{{ $tag->lastModificationDate->format(DateTime::ATOM) }}</lastmod>
@endif
</sitemap>