Files
aibuddytool/resources/views/vendor/sitemap/sitemapIndex/sitemap.blade.php
2023-11-29 22:44:55 +08:00

9 lines
234 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>