Update (sitemap)
This commit is contained in:
8
resources/views/vendor/sitemap/sitemapIndex/sitemap.blade.php
vendored
Normal file
8
resources/views/vendor/sitemap/sitemapIndex/sitemap.blade.php
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
<sitemap>
|
||||
@if (! empty($tag->url))
|
||||
<loc>{{ url($tag->url) }}</loc>
|
||||
@endif
|
||||
@if (! empty($tag->lastModificationDate))
|
||||
<lastmod>{{ $tag->lastModificationDate->format(DateTime::ATOM) }}</lastmod>
|
||||
@endif
|
||||
</sitemap>
|
||||
Reference in New Issue
Block a user