rss feed added

This commit is contained in:
HolgerHatGarKeineNode
2023-02-15 21:28:05 +01:00
parent 83129009ec
commit 0b50a622ca

View File

@@ -27,7 +27,7 @@
<guid isPermaLink="true">{{ url($item->id) }}</guid>
<pubDate>{{ $item->timestamp() }}</pubDate>
<content:encoded>
{!! $item->content !!}
{{ app(Spatie\LaravelMarkdown\MarkdownRenderer::class)->toHtml($item->content) }}
</content:encoded>
@if($item->__isset('enclosure'))
<enclosure url="{{ url($item->enclosure) }}" length="{{ url($item->enclosureLength) }}" type="{{ $item->enclosureType }}"/>