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:
3
resources/views/vendor/feed/rss.blade.php
vendored
3
resources/views/vendor/feed/rss.blade.php
vendored
@@ -26,6 +26,9 @@
|
||||
<author>{!! \Spatie\Feed\Helpers\Cdata::out($item->authorName.(empty($item->authorEmail)?'':' <'.$item->authorEmail.'>')) !!}</author>
|
||||
<guid isPermaLink="true">{{ url($item->id) }}</guid>
|
||||
<pubDate>{{ $item->timestamp() }}</pubDate>
|
||||
<content:encoded>
|
||||
{!! $item->content !!}
|
||||
</content:encoded>
|
||||
@if($item->__isset('enclosure'))
|
||||
<enclosure url="{{ url($item->enclosure) }}" length="{{ url($item->enclosureLength) }}" type="{{ $item->enclosureType }}"/>
|
||||
<media:content url="{{ url($item->enclosure) }}" medium="image" type="{{ $item->enclosureType }}"/>
|
||||
|
||||
Reference in New Issue
Block a user