1
0

Fix: Full URLs in feed

This commit is contained in:
Richard Dern 2024-04-29 11:36:22 +02:00
parent 198c50f350
commit 0ac87d1b01

View File

@ -9,9 +9,9 @@
@foreach ($bundles as $bundle)
<item>
<title>[{{ $bundle->getSection()->getArticleTitle() }}] {{ $bundle->getArticleTitle() }}</title>
<link>{{ $bundle->getPath() }}</link>
<link>{{ url($bundle->getPath()) }}</link>
<pubDate>{{ Carbon\Carbon::parse($bundle->metadata()->get('date'))->toRssString() }}</pubDate>
<guid>{{ $bundle->getPath() }}</guid>
<guid>{{ url($bundle->getPath()) }}</guid>
<content:encoded>
<![CDATA[
@if(!empty($bundle->metadata()->get('cover')))