Skip to content

Commit cf93541

Browse files
committed
WIP
1 parent 2b9bcbb commit cf93541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/post/rss.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<item>
1515
<title><![CDATA[{{ $item->title }}]]></title>
1616
<link>{{ url($item->link) }}</link>
17-
<description><![CDATA[{!! $item->summary !!}]]></description>
17+
<description><![CDATA[{!! $item->title !!}]]></description>
1818
<author><![CDATA[{{ $item->authorName }}]]></author>
1919
<guid isPermaLink="false">{{ $item->id }}</guid>
2020
<pubDate>{{ $item->updated->toRssString() }}</pubDate>

0 commit comments

Comments
 (0)