mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
rss feed added
This commit is contained in:
2
resources/views/vendor/feed/rss.blade.php
vendored
2
resources/views/vendor/feed/rss.blade.php
vendored
@@ -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 }}"/>
|
||||
|
||||
Reference in New Issue
Block a user