Commit cef88292 by Bagus Pambudi

update rss

parent 520227b8
......@@ -10,9 +10,9 @@
<pubDate>{{ now() }}</pubDate>
@foreach($posts as $post)
<item>
<title><![CDATA[{{ $post->title }}]]></title>
<title><{{ $post->title }}]></title>
<link>{{ url('post/'.$post['slug'])}}</link>
<description><![CDATA[{!! $post->content !!}]]></description>
{{-- <description><![CDATA[{!! $post->content !!}]]></description> --}}
<category>{{ $post->rCategory->name }}</category>
{{-- <author><![CDATA[{{ $post->slug }}]]></author>--}}
{{-- <guid>{{ $post->id }}</guid>--}}
......
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