X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fviews%2Fsitemap.blade.php;fp=resources%2Fviews%2Fsitemap.blade.php;h=f9cf5bf3c8089c2f1cc9d46587aab606e1f13219;hb=6609e9cbc3c9d3f9a7f0b2db9d8407f56957cef5;hp=0000000000000000000000000000000000000000;hpb=7691214484ff6130ab0cdc9a1920941711443cea;p=alttp.git diff --git a/resources/views/sitemap.blade.php b/resources/views/sitemap.blade.php new file mode 100644 index 0000000..f9cf5bf --- /dev/null +++ b/resources/views/sitemap.blade.php @@ -0,0 +1,11 @@ +', "\n"; ?> + +@foreach ($urls as $url) + + {{ url($url->path) }} + {{ $url->lastmod->tz('UTC')->toAtomString() }} + {{ $url->changefreq }} + {{ $url->priority }} + +@endforeach +