Commit d3618184 by Bagus Pambudi

rss

parent f58b0776
......@@ -12,8 +12,8 @@
<item>
<title><![CDATA[{{ $post->title }}]]></title>
<link>{{ $post->slug }}</link>
<description><![CDATA[{!! $post->body !!}]]></description>
<category>{{ $post->category }}</category>
<description><![CDATA[{!! $post->content !!}]]></description>
<category>{{ $post->rCategory->name }}</category>
{{-- <author><![CDATA[{{ $post->slug }}]]></author>--}}
{{-- <guid>{{ $post->id }}</guid>--}}
<pubDate>{{ $post->created_at->toRssString() }}</pubDate>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment