We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b9bcbb commit cf93541Copy full SHA for cf93541
resources/views/post/rss.blade.php
@@ -14,7 +14,7 @@
14
<item>
15
<title><![CDATA[{{ $item->title }}]]></title>
16
<link>{{ url($item->link) }}</link>
17
- <description><![CDATA[{!! $item->summary !!}]]></description>
+ <description><![CDATA[{!! $item->title !!}]]></description>
18
<author><![CDATA[{{ $item->authorName }}]]></author>
19
<guid isPermaLink="false">{{ $item->id }}</guid>
20
<pubDate>{{ $item->updated->toRssString() }}</pubDate>
0 commit comments